Skip to content
This repository was archived by the owner on Sep 12, 2026. It is now read-only.

Commit 9731a1a

Browse files
authored
Merge pull request #23 from rakaly/update-github-actions
Update github actions to latest
2 parents 02561a1 + 8c70f94 commit 9731a1a

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
@@ -36,9 +36,9 @@ jobs:
3636
os: windows-latest
3737
rust: stable
3838
steps:
39-
- uses: actions/checkout@v3
39+
- uses: actions/checkout@v7
4040
- name: Cache saves
41-
uses: actions/cache@v3
41+
uses: actions/cache@v6
4242
with:
4343
path: assets/saves
4444
key: assets/saves

0 commit comments

Comments
 (0)