We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35998ae commit c45f2c8Copy full SHA for c45f2c8
1 file changed
.github/workflows/deploy.yml
@@ -9,7 +9,7 @@ jobs:
9
build:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v6
13
14
- name: Read .nvmrc
15
run: echo ::set-output name=NVMRC::$(cat .nvmrc)
0 commit comments