Skip to content

Commit 70de07e

Browse files
chore: dependabot: bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 62fe694 commit 70de07e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dpub-aria/.github/workflows/auto-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Build, Validate and Deploy
1010
runs-on: ubuntu-20.04
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313
- uses: w3c/spec-prod@v2
1414
with:
1515
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}

dpub-aria/.github/workflows/prettier.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
with:
1717
# Make sure the actual branch is checked out when running on pull requests
1818
ref: ${{ github.head_ref }}

0 commit comments

Comments
 (0)