Skip to content

Commit e265101

Browse files
build(deps): bump actions/checkout from 5.0.1 to 6.0.0 (#132)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v5.0.1...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 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 b1ff1af commit e265101

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@v6
20+
- uses: actions/checkout@v6.0.0
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@v6
43+
- uses: actions/checkout@v6.0.0
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@v6
69+
- uses: actions/checkout@v6.0.0
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # pin@v4.1.1
29+
uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 # 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@v6
17+
- uses: actions/checkout@v6.0.0
1818
with:
1919
fetch-depth: 0
2020
- run: echo Version Component to Increase is ${{ github.event.inputs.component }}

0 commit comments

Comments
 (0)