Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit 425931c

Browse files
authored
Merge pull request #1013 from sanders41/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 7234b0a + 24df391 commit 425931c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
linting:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- name: Install Poetry
1414
run: |
1515
pipx install poetry
@@ -34,7 +34,7 @@ jobs:
3434
python-version: ["3.9", "3.10", "3.11", "3.12"]
3535
runs-on: ubuntu-latest
3636
steps:
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v5
3838
- name: Install Poetry
3939
run: |
4040
pipx install poetry

.github/workflows/pypi_publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
deploy:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v5
1111
- name: Set up Python
1212
uses: actions/setup-python@v5
1313
with:

0 commit comments

Comments
 (0)