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 62fe694 + 70de07e commit 99fb84eCopy full SHA for 99fb84e
dpub-aria/.github/workflows/auto-publish.yml
@@ -9,7 +9,7 @@ jobs:
9
name: Build, Validate and Deploy
10
runs-on: ubuntu-20.04
11
steps:
12
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
13
- uses: w3c/spec-prod@v2
14
with:
15
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
dpub-aria/.github/workflows/prettier.yaml
@@ -12,7 +12,7 @@ jobs:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
16
17
# Make sure the actual branch is checked out when running on pull requests
18
ref: ${{ github.head_ref }}
0 commit comments