Skip to content

Commit c348bc3

Browse files
authored
Merge pull request #259 from common-workflow-language/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 2776ffe + 0cdd962 commit c348bc3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
TOXENV: ${{ format('py{0}{1}-{2}', matrix.py-ver-major, matrix.py-ver-minor, matrix.step) }}
3131

3232
steps:
33-
- uses: actions/checkout@v5
33+
- uses: actions/checkout@v6
3434
with:
3535
fetch-depth: 0
3636

@@ -84,7 +84,7 @@ jobs:
8484
TOXENV: ${{ format('py313-{0}', matrix.step) }}
8585

8686
steps:
87-
- uses: actions/checkout@v5
87+
- uses: actions/checkout@v6
8888
with:
8989
fetch-depth: 0
9090

@@ -116,7 +116,7 @@ jobs:
116116
runs-on: ubuntu-24.04
117117

118118
steps:
119-
- uses: actions/checkout@v5
119+
- uses: actions/checkout@v6
120120

121121
- name: Set up Python
122122
uses: actions/setup-python@v6

.github/workflows/codeql-analysis.yml

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

2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
with:
2424
# We must fetch at least the immediate parents so that if this is
2525
# a pull request then we can checkout the head.

0 commit comments

Comments
 (0)