Skip to content

Commit 8560d4d

Browse files
authored
Merge pull request #166 from rooseveltframework/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents e7270b7 + bade0ac commit 8560d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/.ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
php-versions: ['8.1', '8.2', '8.3', '8.4']
1010
os: [ubuntu-latest, macos-latest, windows-latest]
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313
- name: Use Node.js ${{ matrix.node-version }}
1414
uses: actions/setup-node@v6
1515
with:

0 commit comments

Comments
 (0)