Skip to content
Open
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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout site
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Checkout schemas
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: ISO-TC211/schemas
path: schemas
Expand All @@ -43,7 +43,7 @@ jobs:
bundler-cache: true

- name: Cache LXR/SPA build artifacts
uses: actions/cache@v5
uses: actions/cache@v6
id: lxr-cache
with:
path: |
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
path: _site/

- name: Restore lychee cache
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: .lycheecache
key: cache-lychee-${{ github.sha }}
Expand Down
Loading