Skip to content

Commit 8c3ac81

Browse files
authored
Merge pull request #12 from omines/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents f31d697 + 6e6689b commit 8c3ac81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ fromJSON('["ubuntu-latest", "self-hosted"]')[github.repository == 'github/docs-internal'] }}
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818

1919
- name: Composer install
2020
uses: php-actions/composer@v6

0 commit comments

Comments
 (0)