We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3306cc9 + 0db52de commit e9ef9c6Copy full SHA for e9ef9c6
2 files changed
.github/workflows/Deploy.yml
@@ -10,7 +10,7 @@ jobs:
10
contents: write
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
14
with:
15
persist-credentials: false
16
# NOTE: Python is necessary for the pre-rendering (minification) step
.github/workflows/Preview.yml
@@ -11,7 +11,7 @@ jobs:
pull-requests: write
17
ref: ${{ github.event.pull_request.head.sha }}
0 commit comments