Skip to content

Commit b40185e

Browse files
committed
chore(deps): update actions/checkout action to v4
1 parent eada760 commit b40185e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: 📦 Check out the codebase
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727

2828
- name: 🛠️ Setup PHP
2929
uses: shivammathur/setup-php@v2

.github/workflows/deploy-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: 📦 Check out the codebase
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
with:
2626
fetch-depth: 0
2727

.github/workflows/deploy-staging.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: 📦 Check out the codebase
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
with:
2626
fetch-depth: 0
2727

.github/workflows/sync-from-tpl.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: 📦 Check out the codebase
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
with:
2020
token: ${{ secrets.WORKFLOW_TOKEN }}
2121

0 commit comments

Comments
 (0)