Skip to content

Commit 7cc8706

Browse files
chore(deps): bump actions/checkout from 4.2.0 to 4.2.2
1 parent 57252fb commit 7cc8706

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: "Checkout repository"
28-
uses: "actions/[email protected].0"
28+
uses: "actions/[email protected].2"
2929

3030
- name: "Install PHP"
3131
uses: "shivammathur/[email protected]"
@@ -57,7 +57,7 @@ jobs:
5757

5858
steps:
5959
- name: "Checkout repository"
60-
uses: "actions/[email protected].0"
60+
uses: "actions/[email protected].2"
6161
with:
6262
submodules: true
6363

0 commit comments

Comments
 (0)