We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc0b20b + 4e3fc2c commit 17830cbCopy full SHA for 17830cb
.github/workflows/build-and-preview-site.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Checkout 🛎️
12
- uses: actions/checkout@v6
+ uses: actions/checkout@v4
13
14
- name: Install and Build 🔧
15
run: |
.github/workflows/preview-site.yml
@@ -12,7 +12,7 @@ jobs:
if: github.event.workflow_run.conclusion == 'success'
- name: Checkout code
+ uses: actions/checkout@4
16
17
- name: Download Site dir
18
uses: dawidd6/action-download-artifact@v11
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Deploy to Netlify
32
id: netlify
33
- uses: nwtgck/actions-netlify@v3
+ uses: nwtgck/actions-netlify@v1.1
34
with:
35
publish-dir: 'public'
36
production-deploy: false
0 commit comments