Skip to content

Commit db1717c

Browse files
authored
Merge pull request #11 from dwarfhq/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 6968495 + fc2ac1b commit db1717c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

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

2626
steps:
2727
- name: Checkout code
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929
with:
3030
# Make sure the actual branch is checked out when running on pull requests.
3131
ref: ${{ github.head_ref }}

.github/workflows/tests.yml

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

6161
steps:
6262
- name: Checkout code
63-
uses: actions/checkout@v5
63+
uses: actions/checkout@v6
6464
with:
6565
# Make sure the actual branch is checked out when running on pull requests.
6666
ref: ${{ github.head_ref }}

0 commit comments

Comments
 (0)