Skip to content

Commit 0ebbd90

Browse files
authored
Merge pull request #1 from Zendrex/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents f87d0e4 + e98a7cf commit 0ebbd90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616

1717
- name: Setup Biome
1818
uses: biomejs/setup-biome@v2

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515

1616
- name: Setup Bun
1717
uses: oven-sh/setup-bun@v2

0 commit comments

Comments
 (0)