Skip to content

Commit 681ec0f

Browse files
Merge pull request #315 from nextras/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
1 parent eeea004 commit 681ec0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232

3333
- name: Setup PHP with pecl extension
3434
uses: shivammathur/setup-php@v2
@@ -156,7 +156,7 @@ jobs:
156156
157157
steps:
158158
- name: Checkout
159-
uses: actions/checkout@v5
159+
uses: actions/checkout@v6
160160

161161
- name: Install Microsoft ODBC
162162
run: sudo ACCEPT_EULA=Y apt-get install msodbcsql18 -y

0 commit comments

Comments
 (0)