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 17830cb + 839e504 commit c77687bCopy full SHA for c77687b
.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@v4
+ uses: actions/checkout@master
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
+ uses: actions/checkout@v2.3.1
16
17
- name: Download Site dir
18
uses: dawidd6/action-download-artifact@v11
0 commit comments