Skip to content

Commit eeb8644

Browse files
dependabot[bot]LGUG2Z
authored andcommitted
chore(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 00ff8f4 commit eeb8644

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/windows.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
RUSTFLAGS: -Ctarget-feature=+crt-static -Dwarnings
3838
GH_TOKEN: ${{ github.token }}
3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v5
4141
with:
4242
fetch-depth: 0
4343
- run: rustup toolchain install stable --profile minimal
@@ -71,7 +71,7 @@ jobs:
7171
permissions: write-all
7272
if: ${{ github.ref == 'refs/heads/master' }}
7373
steps:
74-
- uses: actions/checkout@v4
74+
- uses: actions/checkout@v5
7575
with:
7676
fetch-depth: 0
7777
- shell: bash
@@ -115,7 +115,7 @@ jobs:
115115
env:
116116
GH_TOKEN: ${{ github.token }}
117117
steps:
118-
- uses: actions/checkout@v4
118+
- uses: actions/checkout@v5
119119
with:
120120
fetch-depth: 0
121121
- shell: bash

0 commit comments

Comments
 (0)