Skip to content

Commit 010a24d

Browse files
authored
Merge pull request #113 from picoCTF/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 5a168f5 + 2c7b1b0 commit 010a24d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Checkout repo
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636
- name: Set up Rust toolchain
3737
uses: dtolnay/rust-toolchain@stable
3838
with:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
rustc-target: "aarch64-apple-darwin"
3434
steps:
3535
- name: Checkout repo
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v5
3737
- name: Set up Rust toolchain
3838
uses: dtolnay/rust-toolchain@stable
3939
with:

0 commit comments

Comments
 (0)