mirror of
https://code.forgejo.org/actions/cache.git
synced 2024-11-06 06:35:46 -05:00
Use checkout@v2 in README example (#258)
This commit is contained in:
parent
12b87469d4
commit
f00dedfa6c
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Cache Primes
|
- name: Cache Primes
|
||||||
id: cache-primes
|
id: cache-primes
|
||||||
|
|
Loading…
Reference in a new issue