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:
parent
de99935c0c
commit
5b7a9f8ae5
5 changed files with 16 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue