Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
-
name: Docker meta
id: meta
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
outputs:
matrix: ${{steps.read_json.outputs.matrix}}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- id: read_json
run: echo "matrix=$(jq -c . ci/ldmx-sw-to-test.json)" >> $GITHUB_OUTPUT

Expand All @@ -157,7 +157,7 @@ jobs:
steps:
-
name: Download Build Context for Test Script
uses: actions/checkout@v5
uses: actions/checkout@v6
-
name: Install just
uses: extractions/setup-just@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ldmx-sw-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
actions: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: fetch latest releases
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
MDBOOK_VERSION: 0.4.36
MDBOOK_ADMONISH_VERSION: 1.14.0 # need to re-run mdbook-admonish install if updating version
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Install mdBook
run: ./.github/install-mdbook
- name: Setup Pages
Expand Down
Loading