Skip to content

Commit 9a9c6d2

Browse files
authored
update workflow step versions
1 parent 2f4a699 commit 9a9c6d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313

1414
steps:
1515
- name: Checkout Git repo
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v5
1717

1818
- name: Cache node_modules
19-
uses: actions/cache@v2
19+
uses: actions/cache@v4
2020
with:
2121
path: "**/node_modules"
2222
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)