Skip to content

Commit 2cc2db8

Browse files
authored
Merge pull request #218 from MiggySmallz/fix-gitaction-version
Update Github Action versions to v3
2 parents b0e4063 + 3a9af22 commit 2cc2db8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-22.04
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313

1414
- name: Setup Node
15-
uses: actions/setup-node@v2.1.4
15+
uses: actions/setup-node@v3
1616
with:
1717
node-version: '14.x'
1818

1919
- name: Cache dependencies
20-
uses: actions/cache@v2.1.3
20+
uses: actions/cache@v3
2121
with:
2222
path: ~/.npm
23-
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
23+
key: ${{ runner.os }}-node-v2-${{ hashFiles('**/package-lock.json') }}
2424
restore-keys: |
2525
${{ runner.os }}-node-
2626

0 commit comments

Comments
 (0)