Bump GitHub actions

This commit is contained in:
Peter Mescalchin 2022-03-10 10:50:01 +11:00
parent 7799d864d9
commit e6be523901
5 changed files with 15 additions and 15 deletions

View file

@ -65,7 +65,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Cache Primes
id: cache-primes
@ -156,7 +156,7 @@ Using the `cache-hit` output, subsequent steps (such as install or build) can be
Example:
```yaml
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/cache@v3
id: cache