Skip to content

Commit 988a459

Browse files
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8686dd0 commit 988a459

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
-
3636
name: Checkout
37-
uses: actions/checkout@v6
37+
uses: actions/checkout@v7
3838
-
3939
name: Docker meta
4040
id: meta
@@ -137,7 +137,7 @@ jobs:
137137
outputs:
138138
matrix: ${{steps.read_json.outputs.matrix}}
139139
steps:
140-
- uses: actions/checkout@v6
140+
- uses: actions/checkout@v7
141141
- id: read_json
142142
run: echo "matrix=$(jq -c . ci/ldmx-sw-to-test.json)" >> $GITHUB_OUTPUT
143143

@@ -155,7 +155,7 @@ jobs:
155155
steps:
156156
-
157157
name: Download Build Context for Test Script
158-
uses: actions/checkout@v6
158+
uses: actions/checkout@v7
159159
-
160160
name: Install just
161161
uses: extractions/setup-just@v4

.github/workflows/ldmx-sw-dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
actions: write
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@v7
1919
with:
2020
fetch-depth: 0
2121
- name: fetch latest releases

.github/workflows/mdbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
MDBOOK_VERSION: 0.4.36
3434
MDBOOK_ADMONISH_VERSION: 1.14.0 # need to re-run mdbook-admonish install if updating version
3535
steps:
36-
- uses: actions/checkout@v6
36+
- uses: actions/checkout@v7
3737
- name: Install mdBook
3838
run: ./.github/install-mdbook
3939
- name: Setup Pages

0 commit comments

Comments
 (0)