Skip to content

Commit 71383fa

Browse files
Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent feb26c1 commit 71383fa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run:
1919
working-directory: apps/api
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v6
2222
- name: Install uv
2323
uses: astral-sh/setup-uv@v5
2424
with:
@@ -43,7 +43,7 @@ jobs:
4343
run:
4444
working-directory: apps/web
4545
steps:
46-
- uses: actions/checkout@v4
46+
- uses: actions/checkout@v6
4747
- uses: actions/setup-node@v4
4848
with:
4949
node-version: 20

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
language: [python, javascript-typescript]
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v6
2525
- uses: github/codeql-action/init@v3
2626
with:
2727
languages: ${{ matrix.language }}

0 commit comments

Comments
 (0)