Skip to content

Commit 06b3fec

Browse files
committed
update actions versions
1 parent 0c382a7 commit 06b3fec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v4
1919

2020
- name: Setup Node.js
21-
uses: actions/setup-node@v3
21+
uses: actions/setup-node@v4
2222
with:
2323
node-version: "18"
2424
cache: "yarn"
@@ -31,7 +31,7 @@ jobs:
3131
# run: /root/ecr-proxy/start.sh
3232

3333
- name: Cache build artifacts
34-
uses: actions/cache@v3
34+
uses: actions/cache@v4
3535
with:
3636
path: |
3737
~/.s3buildcache

0 commit comments

Comments
 (0)