Skip to content

Commit 1b01e89

Browse files
committed
Bump GitHub Actions dependencies in sync workflow
- Update actions/checkout from v4 to v6 - Update actions/cache from v4 to v5
1 parent ebfa1c2 commit 1b01e89

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
timeout-minutes: 30
2727

2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v6
3030

3131
- uses: dtolnay/rust-toolchain@stable
3232

33-
- uses: actions/cache@v4
33+
- uses: actions/cache@v5
3434
with:
3535
path: |
3636
~/.cargo/registry/index

0 commit comments

Comments
 (0)