Absolute actions locations
Some checks failed
build (1)
build (2)
build (3)
build (4)
build (5)

This commit is contained in:
Jake Howard 2023-03-25 14:43:37 +00:00
parent 3404c6a06d
commit 60b81c6e2c

View file

@ -10,9 +10,9 @@ jobs:
matrix: matrix:
things: [1, 2, 3, 4, 5] things: [1, 2, 3, 4, 5]
steps: steps:
- uses: actions/checkout@v3 - uses: github.com/actions/checkout@v3
- name: Cache stuff - name: Cache stuff
uses: actions/cache@v3 uses: github.com/actions/cache@v3
with: with:
path: . path: .
key: stuff key: stuff