Skip to content

Commit eca97d0

Browse files
Merge pull request #35 from SomethingGeneric/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents c49f049 + 7f01a28 commit eca97d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
permissions:
1414
contents: read
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717

1818
- name: Set up Python
1919
uses: actions/setup-python@v5
@@ -38,7 +38,7 @@ jobs:
3838
# Skip if the last commit was from github-actions[bot] to avoid infinite loops
3939
if: github.actor != 'github-actions[bot]'
4040
steps:
41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@v6
4242
with:
4343
token: ${{ secrets.GITHUB_TOKEN }}
4444
ref: ${{ github.head_ref || github.ref }}

0 commit comments

Comments
 (0)