Skip to content

Commit

Permalink
chore(ci): update GitHub Actions workflow to use actions/checkout@v4 …
Browse files Browse the repository at this point in the history
…and actions/cache@v4
  • Loading branch information
MoinJulian committed Nov 21, 2024
1 parent 3c7a21c commit 6be1cbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Cache Node Modules
id: realgolfgames-logs-cache-node-modules
uses: actions/cache@v2
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand Down

0 comments on commit 6be1cbd

Please sign in to comment.