Skip to content

Commit 748aa31

Browse files
committed
Update actions/checkout to v6
1 parent 6cfadc3 commit 748aa31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
-
1919
name: Checkout code
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2121
-
2222
name: Setup PHP
2323
uses: shivammathur/setup-php@v2

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
-
1515
name: Checkout code
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v6
1717

1818
-
1919
name: Install dependencies

0 commit comments

Comments
 (0)