Skip to content

Commit ca46841

Browse files
ci: bump actions/checkout in the actions-patch-minor group (#18)
Bumps the actions-patch-minor group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@de0fac2...df4cb1c) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-patch-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7d4bf73 commit ca46841

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/backfill-release-assets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
private-key: ${{ secrets.PUTIO_RELEASE_BOT_PRIVATE_KEY }}
6464
permission-contents: write
6565
- name: Check out repository
66-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
66+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
6767
with:
6868
fetch-depth: 0
6969
ref: ${{ needs.validate-release-tag.outputs.tag_name }}
@@ -145,7 +145,7 @@ jobs:
145145
private-key: ${{ secrets.PUTIO_RELEASE_BOT_PRIVATE_KEY }}
146146
permission-contents: write
147147
- name: Check out repository
148-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
148+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
149149
with:
150150
fetch-depth: 0
151151
ref: ${{ needs.validate-release-tag.outputs.tag_name }}

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Check out repository
26-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
26+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2727
with:
2828
fetch-depth: 0
2929
persist-credentials: false
@@ -72,7 +72,7 @@ jobs:
7272
permission-issues: write
7373
permission-pull-requests: write
7474
- name: Check out repository
75-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
75+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
7676
with:
7777
fetch-depth: 0
7878
persist-credentials: false
@@ -144,7 +144,7 @@ jobs:
144144
private-key: ${{ secrets.PUTIO_RELEASE_BOT_PRIVATE_KEY }}
145145
permission-contents: write
146146
- name: Check out repository
147-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
147+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
148148
with:
149149
fetch-depth: 0
150150
ref: ${{ needs.release.outputs.new_release_git_tag }}
@@ -217,7 +217,7 @@ jobs:
217217
private-key: ${{ secrets.PUTIO_RELEASE_BOT_PRIVATE_KEY }}
218218
permission-contents: write
219219
- name: Check out repository
220-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
220+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
221221
with:
222222
fetch-depth: 0
223223
ref: ${{ needs.release.outputs.new_release_git_tag }}

0 commit comments

Comments
 (0)