Skip to content

Commit cd7aca1

Browse files
authored
Merge pull request #246 from common-workflow-language/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 8798950 + e12e365 commit cd7aca1

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@v4
33+
- uses: actions/checkout@v5
3434
with:
3535
fetch-depth: 0
3636

@@ -81,7 +81,7 @@ jobs:
8181
TOXENV: ${{ format('py312-{0}', matrix.step) }}
8282

8383
steps:
84-
- uses: actions/checkout@v4
84+
- uses: actions/checkout@v5
8585
with:
8686
fetch-depth: 0
8787

@@ -113,7 +113,7 @@ jobs:
113113
runs-on: ubuntu-22.04
114114

115115
steps:
116-
- uses: actions/checkout@v4
116+
- uses: actions/checkout@v5
117117

118118
- name: Set up Python
119119
uses: actions/setup-python@v5

.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@v4
22+
uses: actions/checkout@v5
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)