Skip to content

Commit 965518b

Browse files
Merge pull request #17 from chrisreddington/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 06129f9 + d5fadfb commit 965518b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/baseline-validator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
steps:
6363
# Checks out the repository under $GITHUB_WORKSPACE, so the job can access it
6464
# This step is required for GitHub Actions workflows to interact with repository contents
65-
- uses: actions/checkout@v4
65+
- uses: actions/checkout@v5
6666
name: "Checkout Repository"
6767

6868
# Validate the Dev Container configuration

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout Repository
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
with:
1717
fetch-depth: 0
1818

0 commit comments

Comments
 (0)