1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-19 19:46:17 +02:00

Use checkout@v2 in README example

This commit is contained in:
Matija Čupić 2020-04-14 16:47:23 +02:00 committed by GitHub
parent 12b87469d4
commit 63db3145ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Cache Primes
id: cache-primes