Skip to content

Commit 75362f3

Browse files
authored
Merge pull request #5 from VectorInstitute/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 70eb0a0 + 3da3335 commit 75362f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run-code-check:
4242
runs-on: ubuntu-latest
4343
steps:
44-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@v6
4545

4646
- name: Setup pnpm
4747
uses: pnpm/action-setup@v4

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id-token: write # Required for OIDC authentication to npm
2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v6
2626
with:
2727
# Fetch full history for changesets
2828
fetch-depth: 0

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
unit-tests:
4040
runs-on: ubuntu-latest
4141
steps:
42-
- uses: actions/checkout@v4
42+
- uses: actions/checkout@v6
4343

4444
- name: Setup pnpm
4545
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)