Skip to content

Commit 674f72b

Browse files
chore(deps): bump actions/checkout from 4 to 5 (#94)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0d0fcbc commit 674f72b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
artifact_suffix: macos-x86_64
3333
target: x86_64-apple-darwin
3434
steps:
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v5
3636

3737
- name: Install Rust
3838
uses: dtolnay/rust-toolchain@stable
@@ -50,7 +50,7 @@ jobs:
5050
name: Running `cargo fmt`
5151
runs-on: macos-latest
5252
steps:
53-
- uses: actions/checkout@v4
53+
- uses: actions/checkout@v5
5454

5555
- name: Install Rust
5656
uses: dtolnay/rust-toolchain@stable
@@ -77,7 +77,7 @@ jobs:
7777
artifact_suffix: macos-x86_64
7878
target: x86_64-apple-darwin
7979
steps:
80-
- uses: actions/checkout@v4
80+
- uses: actions/checkout@v5
8181

8282
- name: Install Rust
8383
uses: dtolnay/rust-toolchain@stable

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: create-release
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626
- name: Get the release version from the tag
2727
if: env.VERSION == ''
2828
run: echo "VERSION=${{ github.ref_name }}" >> $GITHUB_ENV
@@ -64,7 +64,7 @@ jobs:
6464

6565
steps:
6666
- name: Checkout repository
67-
uses: actions/checkout@v4
67+
uses: actions/checkout@v5
6868

6969
- name: Install Rust
7070
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)