Skip to content

Commit 089c363

Browse files
authored
Merge pull request #19 from VectorInstitute/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 427bb12 + a61921b commit 089c363

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run-code-check:
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v4.2.2
32+
- uses: actions/checkout@v6
3333

3434
- name: Install uv
3535
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244

.github/workflows/deploy-catalog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v6
2727

2828
- name: Setup Node.js
2929
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)