Skip to content

Commit 4947be7

Browse files
authored
Merge pull request #350 from OpenPIV/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 4561e18 + c8806b4 commit 4947be7

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@v5
17+
- uses: actions/checkout@v6
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@v5
14+
- uses: actions/checkout@v6
1515
- name: Set up Python ${{ matrix.python-version }}
1616
uses: actions/[email protected]
1717
with:

0 commit comments

Comments
 (0)