We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07b703b commit 7075a41Copy full SHA for 7075a41
.github/workflows/build.yml
@@ -26,9 +26,9 @@ jobs:
26
steps:
27
# Note: This workflow will not run on forks without modification; we're open to making steps
28
# that rely on our deployment infrastructure conditional. Please open an issue.
29
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
30
- name: Configure node
31
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
32
with:
33
node-version: 20.x
34
cache: "npm"
0 commit comments