Skip to content

Commit 0e3fd8b

Browse files
authored
Merge pull request #493 from InsightSoftwareConsortium/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 43bcfb4 + 5e923c8 commit 0e3fd8b

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@v5
23+
- uses: actions/checkout@v6
2424
- name: Set up Python 3.12
2525
uses: actions/setup-python@v6
2626
with:
@@ -44,7 +44,7 @@ jobs:
4444
python-version: '3.12'
4545
runs-on: ${{ matrix.os }}
4646
steps:
47-
- uses: actions/checkout@v5
47+
- uses: actions/checkout@v6
4848
with:
4949
fetch-depth: 0 # fetch all history for all branches, required for the changed-files action
5050
- 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@v5
24+
- uses: actions/checkout@v6
2525
- name: Set up Python 3.12
2626
uses: actions/setup-python@v6
2727
with:
@@ -46,7 +46,7 @@ jobs:
4646
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_"]
4747
runs-on: ${{ matrix.os }}
4848
steps:
49-
- uses: actions/checkout@v5
49+
- uses: actions/checkout@v6
5050
- uses: actions/cache@v4
5151
id: cache
5252
with:

0 commit comments

Comments
 (0)