Skip to content

Commit dfecbde

Browse files
authored
Merge pull request #483 from InsightSoftwareConsortium/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents da1fe37 + 8bca137 commit dfecbde

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
lint:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
- name: Set up Python 3.12
2525
uses: actions/setup-python@v5
2626
with:
@@ -38,7 +38,7 @@ jobs:
3838
python-version: ['3.9', '3.12']
3939
runs-on: ${{ matrix.os }}
4040
steps:
41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@v5
4242
with:
4343
fetch-depth: 0 # fetch all history for all branches, required for the changed-files action
4444
- uses: actions/cache@v4

.github/workflows/scheduled_or_manual.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
lint:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525
- name: Set up Python 3.12
2626
uses: actions/setup-python@v5
2727
with:
@@ -40,7 +40,7 @@ jobs:
4040
inputs: ["00_ or 01_ or 02_ or 03_ or 04_ or 05_ or 10_ or 20_ or 21_ or 22_ or 300_ or 30_ or 31_ or 32_ or 33_ or 34_ or 35_ or 36_", "51_ or 55_ or 56_ or 60_ or 61_ or 62_ or 63_ or 64_", "65_ or 66_ or 67_ or 68_ or 69_ or 70_ or 71_"]
4141
runs-on: ${{ matrix.os }}
4242
steps:
43-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@v5
4444
- uses: actions/cache@v4
4545
id: cache
4646
with:

0 commit comments

Comments
 (0)