Skip to content

Commit 3ce80e1

Browse files
authored
Merge pull request #67 from geerlingguy/dependabot/github_actions/updates-a331d3ec2d
Bump actions/checkout from 4 to 5 in the updates group
2 parents 83f484a + 26eadb1 commit 3ce80e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Check out the codebase.
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: Set up Python 3.
2020
uses: actions/setup-python@v5
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Check out the codebase.
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v5
4242

4343
- name: Set up files for the test.
4444
run: |

0 commit comments

Comments
 (0)