Skip to content

Commit 5932260

Browse files
authored
Merge pull request #220 from Spomky-Labs/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 184126a + 03f01dc commit 5932260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/infection.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
coverage: "xdebug"
2121

2222
- name: "Checkout code"
23-
uses: "actions/checkout@v3"
23+
uses: "actions/checkout@v4"
2424

2525
- name: "Fetch Git base reference"
2626
run: "git fetch --depth=1 origin ${GITHUB_BASE_REF}"

0 commit comments

Comments
 (0)