Skip to content

Commit 9c1eb9e

Browse files
Bump actions/checkout from 5 to 6 (#106)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luigi Pertoldi <[email protected]>
1 parent dc85fe0 commit 9c1eb9e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/distribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424

2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
with:
2828
fetch-depth: 0
2929

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
os: [ubuntu-latest, macos-13]
2424

2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
- name: Set up Python ${{ matrix.python-version }}
2828
uses: actions/setup-python@v6
2929
with:
@@ -37,7 +37,7 @@ jobs:
3737
echo "LEGEND_METADATA_TESTDIR=$GITHUB_WORKSPACE/legend-metadata" >> $GITHUB_ENV
3838
- name: Clone legend-metadata
3939
if: github.event.pull_request.head.repo.fork == false
40-
uses: actions/checkout@v5
40+
uses: actions/checkout@v6
4141
with:
4242
repository: legend-exp/legend-metadata
4343
fetch-depth: 0
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-latest
5959

6060
steps:
61-
- uses: actions/checkout@v5
61+
- uses: actions/checkout@v6
6262
with:
6363
fetch-depth: 2
6464
- uses: actions/setup-python@v6
@@ -73,7 +73,7 @@ jobs:
7373
echo "LEGEND_METADATA_TESTDIR=$GITHUB_WORKSPACE/legend-metadata" >> $GITHUB_ENV
7474
- name: Clone legend-metadata
7575
if: github.event.pull_request.head.repo.fork == false
76-
uses: actions/checkout@v5
76+
uses: actions/checkout@v6
7777
with:
7878
repository: legend-exp/legend-metadata
7979
fetch-depth: 0
@@ -98,7 +98,7 @@ jobs:
9898
runs-on: ubuntu-latest
9999

100100
steps:
101-
- uses: actions/checkout@v5
101+
- uses: actions/checkout@v6
102102
with:
103103
fetch-depth: 0
104104
- uses: actions/setup-python@v6

0 commit comments

Comments
 (0)