Skip to content

Commit 4c1e8fb

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 82e55ca commit 4c1e8fb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.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@v4
37+
uses: actions/checkout@v5
3838
-
3939
name: Docker meta
4040
id: meta
@@ -139,7 +139,7 @@ jobs:
139139
outputs:
140140
matrix: ${{steps.read_json.outputs.matrix}}
141141
steps:
142-
- uses: actions/checkout@v4
142+
- uses: actions/checkout@v5
143143
- id: read_json
144144
run: echo "matrix=$(jq -c . ci/ldmx-sw-to-test.json)" >> $GITHUB_OUTPUT
145145

@@ -157,7 +157,7 @@ jobs:
157157
steps:
158158
-
159159
name: Download Build Context for Test Script
160-
uses: actions/checkout@v4
160+
uses: actions/checkout@v5
161161
-
162162
name: Install just
163163
uses: extractions/setup-just@v3

.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@v4
18+
- uses: actions/checkout@v5
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@v4
36+
- uses: actions/checkout@v5
3737
- name: Install mdBook
3838
run: ./.github/install-mdbook
3939
- name: Setup Pages

0 commit comments

Comments
 (0)