3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2026-01-04 10:58:45 +00:00

docs: Update other actions in examples to the latest version

This commit is contained in:
XZTDean 2025-12-15 06:34:21 -08:00
parent de99935c0c
commit 5b7a9f8ae5
5 changed files with 16 additions and 16 deletions

View file

@ -23,7 +23,7 @@ If you are using separate jobs for generating common artifacts and sharing them
```yaml
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Install Dependencies
run: /install.sh
@ -91,7 +91,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Restore cached Prime Numbers
id: cache-prime-numbers-restore