Skip to content

Commit b1ff1af

Browse files
build(deps): bump actions/checkout from 5 to 6 (#131)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 98ee0d4 commit b1ff1af

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
metric_frequency: 1
1919
comment_on_pr: false
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
- uses: ./.github/actions/setup
2222
with:
2323
arch: ${{ matrix.arch }}
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
metric_frequency: 1
4242
comment_on_pr: false
43-
- uses: actions/checkout@v5
43+
- uses: actions/checkout@v6
4444
- name: publish builder container images
4545
if: github.ref == 'refs/heads/main'
4646
run: |
@@ -66,7 +66,7 @@ jobs:
6666
needs: push
6767
if: github.ref == 'refs/heads/main'
6868
steps:
69-
- uses: actions/checkout@v5
69+
- uses: actions/checkout@v6
7070
- name: tag latest
7171
run: |
7272
git tag --force latest

.github/workflows/differential-shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Repository checkout
29-
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # pin@v4.1.1
29+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # pin@v4.1.1
3030
with:
3131
fetch-depth: 0
3232

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
if: github.ref == 'refs/heads/main' && github.event.inputs.component != ''
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
with:
1919
fetch-depth: 0
2020
- run: echo Version Component to Increase is ${{ github.event.inputs.component }}

0 commit comments

Comments
 (0)