Skip to content

Commit b5f6b22

Browse files
authored
Merge pull request #59 from SimpleITK/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 44151ab + db22d22 commit b5f6b22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
lint:
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v5
32+
- uses: actions/checkout@v6
3333
- name: Set up Python ${{ env.PYTHON_VERSION }}
3434
uses: actions/setup-python@v6
3535
with:
@@ -48,7 +48,7 @@ jobs:
4848
inputs: ["00_ or 01_ or 02_ or 03_ or 04_ or 05_", "06_ or 07_ or 08_ or 09_ or 10_"]
4949
runs-on: ${{ matrix.os }}
5050
steps:
51-
- uses: actions/checkout@v5
51+
- uses: actions/checkout@v6
5252
- uses: actions/cache@v4
5353
id: cache
5454
with:

0 commit comments

Comments
 (0)