Skip to content

Commit 6c1b483

Browse files
chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 in /actions/docker-action (#637)
* chore(deps): bump actions/checkout in /actions/docker-action Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8e8c483...de0fac2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): update actions/upload-artifact to v7.0.0 in docker-action --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pavel Anikin <snwteam5@gmail.com>
1 parent 79eca46 commit 6c1b483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

actions/docker-action/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ runs:
218218
219219
- name: Checkout Repository
220220
if: ${{ inputs.checkout == 'true' }}
221-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1
221+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
222222
with:
223223
ref: ${{ inputs.ref }}
224224
persist-credentials: false
@@ -482,7 +482,7 @@ runs:
482482
483483
- name: "Upload metadata file"
484484
if: ${{ ! (inputs.dry-run == 'true') }}
485-
uses: actions/upload-artifact@v4
485+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f #v7.0.0
486486
with:
487487
name: ${{ steps.output_result.outputs.metadata_filename }}
488488
path: ${{ steps.output_result.outputs.metadata_path }}

0 commit comments

Comments
 (0)