Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion .github/workflows/ci-locks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ concurrency:

jobs:
refresh_lockfiles:
uses: scitools/workflows/.github/workflows/refresh-lockfiles.yml@2025.05.1
uses: scitools/workflows/.github/workflows/refresh-lockfiles.yml@2025.05.2
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/ci-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ concurrency:
jobs:
manifest:
name: "check-manifest"
uses: scitools/workflows/.github/workflows/ci-manifest.yml@2025.05.1
uses: scitools/workflows/.github/workflows/ci-manifest.yml@2025.05.2
2 changes: 1 addition & 1 deletion .github/workflows/ci-template-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
prompt-share:
uses: scitools/workflows/.github/workflows/ci-template-check.yml@2025.05.1
uses: scitools/workflows/.github/workflows/ci-template-check.yml@2025.05.2
secrets: inherit
with:
pr_number: ${{ github.event.pull_request.number }}
Loading