From 1b0793cc055e5dd9553cb43915856a72b9d1db32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:59:45 +0000 Subject: [PATCH 1/2] Bump the minor-actions-dependencies group across 1 directory with 2 updates Bumps the minor-actions-dependencies group with 2 updates in the / directory: [actions/publish-immutable-action](https://github.com/actions/publish-immutable-action) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `actions/publish-immutable-action` from 0.0.3 to 0.0.4 - [Release notes](https://github.com/actions/publish-immutable-action/releases) - [Commits](https://github.com/actions/publish-immutable-action/compare/0.0.3...v0.0.4) Updates `docker/build-push-action` from 6.5.0 to 6.10.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.5.0...v6.10.0) --- updated-dependencies: - dependency-name: actions/publish-immutable-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-actions-dependencies - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-immutable-actions.yml | 2 +- .github/workflows/update-test-ubuntu-git.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-immutable-actions.yml b/.github/workflows/publish-immutable-actions.yml index 87c0207..7c25834 100644 --- a/.github/workflows/publish-immutable-actions.yml +++ b/.github/workflows/publish-immutable-actions.yml @@ -17,4 +17,4 @@ jobs: uses: actions/checkout@v4 - name: Publish id: publish - uses: actions/publish-immutable-action@0.0.3 + uses: actions/publish-immutable-action@v0.0.4 diff --git a/.github/workflows/update-test-ubuntu-git.yml b/.github/workflows/update-test-ubuntu-git.yml index 5c252b9..b89e8db 100644 --- a/.github/workflows/update-test-ubuntu-git.yml +++ b/.github/workflows/update-test-ubuntu-git.yml @@ -48,7 +48,7 @@ jobs: # Use `docker/build-push-action` to build (and optionally publish) the image. - name: Build Docker Image (with optional Push) - uses: docker/build-push-action@v6.5.0 + uses: docker/build-push-action@v6.10.0 with: context: . file: images/test-ubuntu-git.Dockerfile From 54e075300167190d1b1b23799eb381578f7eb065 Mon Sep 17 00:00:00 2001 From: Dev-Re2906 Date: Sun, 8 Jun 2025 04:55:47 +0330 Subject: [PATCH 2/2] publish #2192 --- package.json | 110 +++++++++++++++++++++++++-------------------------- 1 file changed, 55 insertions(+), 55 deletions(-) diff --git a/package.json b/package.json index 5661d70..3ab3af1 100644 --- a/package.json +++ b/package.json @@ -1,55 +1,55 @@ -{ - "name": "checkout", - "version": "4.2.2", - "description": "checkout action", - "main": "lib/main.js", - "scripts": { - "build": "tsc && ncc build && node lib/misc/generate-docs.js", - "format": "prettier --write '**/*.ts'", - "format-check": "prettier --check '**/*.ts'", - "lint": "eslint src/**/*.ts", - "test": "jest", - "licensed-check": "src/misc/licensed-check.sh", - "licensed-generate": "src/misc/licensed-generate.sh" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/actions/checkout.git" - }, - "keywords": [ - "github", - "actions", - "checkout" - ], - "author": "GitHub", - "license": "MIT", - "bugs": { - "url": "https://github.com/actions/checkout/issues" - }, - "homepage": "https://github.com/actions/checkout#readme", - "dependencies": { - "@actions/core": "^1.10.1", - "@actions/exec": "^1.1.1", - "@actions/github": "^6.0.0", - "@actions/io": "^1.1.3", - "@actions/tool-cache": "^2.0.1", - "uuid": "^9.0.1" - }, - "devDependencies": { - "@types/jest": "^29.5.12", - "@types/node": "^20.12.12", - "@types/uuid": "^9.0.8", - "@typescript-eslint/eslint-plugin": "^7.9.0", - "@typescript-eslint/parser": "^7.9.0", - "@vercel/ncc": "^0.38.1", - "eslint": "^8.57.0", - "eslint-plugin-github": "^4.10.2", - "eslint-plugin-jest": "^28.8.2", - "jest": "^29.7.0", - "jest-circus": "^29.7.0", - "js-yaml": "^4.1.0", - "prettier": "^3.3.3", - "ts-jest": "^29.2.5", - "typescript": "^5.5.4" - } -} +{ + "name": "checkout", + "version": "4.2.2", + "description": "checkout action", + "main": "lib/main.js", + "scripts": { + "build": "tsc && ncc build && node lib/misc/generate-docs.js", + "format": "prettier --write '**/*.ts'", + "format-check": "prettier --check '**/*.ts'", + "lint": "eslint src/**/*.ts", + "test": "jest", + "licensed-check": "src/misc/licensed-check.sh", + "licensed-generate": "src/misc/licensed-generate.sh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/actions/checkout.git" + }, + "keywords": [ + "github", + "actions", + "checkout" + ], + "author": "GitHub", + "license": "MIT", + "bugs": { + "url": "https://github.com/actions/checkout/issues" + }, + "homepage": "https://github.com/actions/checkout#readme", + "dependencies": { + "@actions/core": "^1.10.1", + "@actions/exec": "^1.1.1", + "@actions/github": "^6.0.0", + "@actions/io": "^1.1.3", + "@actions/tool-cache": "^2.0.1", + "uuid": "^9.0.1" + }, + "devDependencies": { + "@types/jest": "^29.5.12", + "@types/node": "^20.12.12", + "@types/uuid": "^9.0.8", + "@typescript-eslint/eslint-plugin": "^7.9.0", + "@typescript-eslint/parser": "^7.9.0", + "@vercel/ncc": "^0.38.1", + "eslint": "^8.57.0", + "eslint-plugin-github": "^4.10.2", + "eslint-plugin-jest": "^28.8.2", + "jest": "^29.7.0", + "jest-circus": "^29.7.0", + "js-yaml": "^4.1.0", + "prettier": "^3.3.3", + "ts-jest": "^29.2.5", + "typescript": "^5.5.4" + } +}