Skip to content

Commit 6e45863

Browse files
authored
Merge pull request #24 from InteractionDesignFoundation/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents 71c2a25 + ed797d4 commit 6e45863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format_php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
timeout-minutes: 7
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
with:
1818
ref: ${{ github.head_ref }}
1919

0 commit comments

Comments
 (0)