There was an error while loading. Please reload this page.
2 parents 3765405 + 74548c4 commit 1ab58f1Copy full SHA for 1ab58f1
1 file changed
.github/workflows/nextjs.yml
@@ -25,9 +25,9 @@ jobs:
25
timeout-minutes: 120
26
steps:
27
- name: Checkout
28
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
+ uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
29
- name: Setup Node
30
- uses: actions/setup-node@v6
+ uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.1
31
with:
32
node-version: '20.x'
33
cache: 'npm'
0 commit comments