Skip to content

Commit 8177dbd

Browse files
committed
Update checkout action to v6 in workflows
1 parent f3b7257 commit 8177dbd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pint.yml

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

1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
with:
1919
ref: ${{ github.head_ref }}
2020
persist-credentials: true

.github/workflows/tests.yml

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

2525
steps:
2626
- name: Checkout code
27-
uses: actions/checkout@v1
27+
uses: actions/checkout@v6
2828

2929
- name: Setup PHP
3030
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)