Skip to content

Commit ec176fd

Browse files
Merge pull request #138 from DannyvdSluijs/patch-1
Update ci-workflow.yml to use GitHub Actions V3
2 parents 68d474c + eace51d commit ec176fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
name: Build
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818

1919
# Based on: https://docs.github.com/en/actions/configuring-and-managing-workflows/caching-dependencies-to-speed-up-workflows#example-using-the-cache-action
2020
- name: Cache node modules
21-
uses: actions/cache@v2
21+
uses: actions/cache@v3
2222
env:
2323
cache-name: cache-node-modules
2424
with:

0 commit comments

Comments
 (0)