We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5adb63 commit ecdc67fCopy full SHA for ecdc67f
.github/workflows/main.yml
@@ -20,10 +20,10 @@ jobs:
20
# Steps represent a sequence of tasks that will be executed as part of the job
21
steps:
22
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
23
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v5
24
25
- name: Cache node modules
26
- uses: actions/cache@4
+ uses: actions/cache@v4
27
with:
28
path: node_modules
29
key: ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}
0 commit comments