Skip to content

Commit 7075a41

Browse files
Bump GitHub actions versions
1 parent 07b703b commit 7075a41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
steps:
2727
# Note: This workflow will not run on forks without modification; we're open to making steps
2828
# that rely on our deployment infrastructure conditional. Please open an issue.
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030
- name: Configure node
31-
uses: actions/setup-node@v3
31+
uses: actions/setup-node@v4
3232
with:
3333
node-version: 20.x
3434
cache: "npm"

0 commit comments

Comments
 (0)