Skip to content

Commit 203ffec

Browse files
authored
Merge pull request #2815 from ruby/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 4f894ea + dc6b6f1 commit 203ffec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
matrix:
2929
os: [ubuntu-latest, macos-latest, windows-latest]
3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v6
3232
- name: Install Rust tools
3333
run: |
3434
rustup update --no-self-update stable
@@ -51,7 +51,7 @@ jobs:
5151
name: cargo:lint
5252
runs-on: ubuntu-latest
5353
steps:
54-
- uses: actions/checkout@v4
54+
- uses: actions/checkout@v6
5555
- name: Install Rust tools
5656
run: |
5757
rustup update --no-self-update stable

0 commit comments

Comments
 (0)