Skip to content

Commit ccc2d8c

Browse files
authored
Merge pull request #53 from SimpleITK/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 1d9ea02 + d4b6d8e commit ccc2d8c

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
@@ -26,7 +26,7 @@ jobs:
2626
lint:
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
- name: Set up Python 3.9
3131
uses: actions/setup-python@v5
3232
with:
@@ -45,7 +45,7 @@ jobs:
4545
inputs: ["00_ or 01_ or 02_ or 03_ or 04_ or 05_", "06_ or 07_ or 08_ or 09_ or 10_"]
4646
runs-on: ${{ matrix.os }}
4747
steps:
48-
- uses: actions/checkout@v4
48+
- uses: actions/checkout@v5
4949
- uses: actions/cache@v4
5050
id: cache
5151
with:

0 commit comments

Comments
 (0)