Skip to content

Commit 46660f9

Browse files
authored
Merge pull request #79 from loophp/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents abc2720 + fb18ce4 commit 46660f9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/code-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
git config --global core.eol lf
2323
2424
- name: Checkout
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
2626
with:
2727
fetch-depth: 1
2828

.github/workflows/mutation-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
git config --global core.eol lf
2323
2424
- name: Checkout
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
2626
with:
2727
fetch-depth: 1
2828

.github/workflows/release.yaml

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

1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1919
with:
2020
fetch-depth: 1
2121

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
git config --global core.eol lf
2323
2424
- name: Checkout
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
2626
with:
2727
fetch-depth: 1
2828

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
git config --global core.eol lf
2323
2424
- name: Checkout
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
2626
with:
2727
fetch-depth: 1
2828

0 commit comments

Comments
 (0)