Skip to content

Commit 1c3daa2

Browse files
authored
fix: update actions to latest available version (#1164)
* fix: update actions to latest available version they're immutable tags anyways, not really a need to use sha's here * fix: prefix v on version tags
1 parent 98d2223 commit 1c3daa2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull_request.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
test:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791
15-
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
14+
- uses: actions/checkout@v4.2.2
15+
- uses: actions/setup-node@v4.3.0
1616
with:
1717
node-version: lts/*
1818

19-
- uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
19+
- uses: actions/cache@v4.2.3
2020
id: cache
2121
with:
2222
path: ~/.npm

0 commit comments

Comments
 (0)