Skip to content

Commit ea5a47e

Browse files
authored
Merge pull request #343 from OpenPIV/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 3da1893 + 8bebe93 commit ea5a47e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
os: [ubuntu-latest]
1515
runs-on: ${{ matrix.os }}
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- uses: actions/[email protected]
1919
with:
2020
python-version: ${{ matrix.python-version }}

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
poetry-version: [1.5.0]
1212

1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- name: Set up Python ${{ matrix.python-version }}
1616
uses: actions/[email protected]
1717
with:

0 commit comments

Comments
 (0)