Skip to content

Commit c432329

Browse files
ops(deps): bump actions/checkout from 5.0.0 to 6.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@08c6903...1af3b93) --- 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>
1 parent f5d945e commit c432329

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
contents: write
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
21+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2222
with:
2323
persist-credentials: false
2424
- uses: taiki-e/create-gh-release-action@v26b80501670402f1999aff4b934e1574ef2d3705
@@ -49,7 +49,7 @@ jobs:
4949
os: windows-latest
5050
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
5151
steps:
52-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
52+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
5353
with:
5454
persist-credentials: false
5555
- uses: taiki-e/setup-cross-toolchain-action@84e58a47fc2bcd3821a2aa8c153595bbffb0e10f
@@ -70,7 +70,7 @@ jobs:
7070
name: Publish crate
7171
runs-on: ubuntu-latest
7272
steps:
73-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
73+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
7474
- uses: dtolnay/rust-toolchain@stable
7575
- run: cargo publish --token ${CRATES_TOKEN}
7676
env:

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- toolchain: ${{ startsWith(github.ref, 'refs/tags/') && 'nightly' }}
2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
25+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2626
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
2727
with:
2828
path: |
@@ -48,7 +48,7 @@ jobs:
4848
if: "!startsWith(github.ref, 'refs/tags/')"
4949
runs-on: macos-latest
5050
steps:
51-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
51+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
5252
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
5353
with:
5454
path: |
@@ -73,7 +73,7 @@ jobs:
7373
runs-on: ${{ matrix.os }}
7474
steps:
7575
- name: Checkout repository
76-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
76+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
7777
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
7878
with:
7979
path: |

0 commit comments

Comments
 (0)