We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06129f9 + d5fadfb commit 965518bCopy full SHA for 965518b
2 files changed
.github/workflows/baseline-validator.yml
@@ -62,7 +62,7 @@ jobs:
62
steps:
63
# Checks out the repository under $GITHUB_WORKSPACE, so the job can access it
64
# This step is required for GitHub Actions workflows to interact with repository contents
65
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
66
name: "Checkout Repository"
67
68
# Validate the Dev Container configuration
.github/workflows/lint.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
- name: Checkout Repository
15
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
16
with:
17
fetch-depth: 0
18
0 commit comments