Skip to content

Commit a12ecf5

Browse files
authored
Merge pull request PSLmodels#1163 from PSLmodels/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 903cfc2 + d42fa52 commit a12ecf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check_catalog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
catalog-in-sync:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v6
21+
- uses: actions/checkout@v7
2222
- name: Emit catalog from each installer
2323
run: |
2424
bash scripts/install.sh --list-json > /tmp/catalog_sh.json

0 commit comments

Comments
 (0)