Skip to content

Commit d03be6d

Browse files
authored
Merge pull request #244 from ELIXIR-NO/renovate/actions-checkout-6.x
2 parents fa9750d + 508a541 commit d03be6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212
check-format:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616
- uses: oven-sh/setup-bun@v2
1717
- run: bun install
1818
- run: bun run format:check
1919
lint:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323
- uses: oven-sh/setup-bun@v2
2424
- run: bun install
2525
- run: bun run lint

0 commit comments

Comments
 (0)