Skip to content

Commit 046de92

Browse files
dependabot[bot]ids1024
authored andcommitted
build(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 def0d8e commit 046de92

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Tidy Code
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- uses: hecrj/setup-rust-action@v2
1515
with:
1616
rust-version: stable
@@ -74,7 +74,7 @@ jobs:
7474

7575
runs-on: ${{ matrix.platform.os }}
7676
steps:
77-
- uses: actions/checkout@v4
77+
- uses: actions/checkout@v5
7878

7979
- uses: taiki-e/install-action@v2
8080
if: matrix.platform.target == 'wasm32-unknown-unknown'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: github.repository_owner == 'rust-windowing'
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- uses: taiki-e/create-gh-release-action@v1
1818
with:
1919
changelog: CHANGELOG.md

0 commit comments

Comments
 (0)