Skip to content

Commit bade0ac

Browse files
Update actions/checkout action to v6
1 parent f03eff4 commit bade0ac

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)