Skip to content

Commit 0e9f672

Browse files
yjoseasdolo
authored andcommitted
chore: upgrade actions/checkout from v3 to v4 across all workflows
1 parent 95e6669 commit 0e9f672

15 files changed

+17
-17
lines changed

.github/project-workflows/sync-with-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
echo "UPDATE_FROM_TEMPLATE_PAT secret not found. Please create a fine-grained Personal Access Token following the instructions in the workflow file."
6868
exit 1
6969
- name: Checkout project repository
70-
uses: actions/checkout@v3
70+
uses: actions/checkout@v4
7171
with:
7272
fetch-depth: 0
7373
path: project
@@ -120,7 +120,7 @@ jobs:
120120
sudo apt install wiggle
121121
- name: Checkout update release of template
122122
if: ${{ env.BRANCH_EXISTS == 'false' }}
123-
uses: actions/checkout@v3
123+
uses: actions/checkout@v4
124124
with:
125125
repository: ${{ env.TEMPLATE_REPOSITORY }}
126126
ref: ${{ env.TEMPLATE_UPDATE_VERSION }}

.github/workflows/check-merge-conflicts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: 📦 Checkout project repo
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
with:
2525
fetch-depth: 0
2626
- name: Check for merge conflicts

.github/workflows/compress-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout Branch
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
3131
with:
3232
fetch-depth: 0
3333
- name: Compress Images

.github/workflows/deploy-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
GH_TOKEN: ${{ secrets.GH_TOKEN }}
4949
run: echo "GH_TOKEN=${GH_TOKEN}" >> $GITHUB_ENV
5050
- name: 📦 Checkout project repo
51-
uses: actions/checkout@v3
51+
uses: actions/checkout@v4
5252
with:
5353
fetch-depth: 0
5454
token: ${{ secrets.GH_TOKEN }}

.github/workflows/e2e-android-eas-build.yml

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

4545
steps:
4646
- name: 📦 Checkout project repo
47-
uses: actions/checkout@v3
47+
uses: actions/checkout@v4
4848
with:
4949
fetch-depth: 0
5050

.github/workflows/e2e-android-maestro.yml

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

2626
steps:
2727
- name: 📦 Checkout project repo
28-
uses: actions/checkout@v3
28+
uses: actions/checkout@v4
2929
with:
3030
fetch-depth: 0
3131

.github/workflows/e2e-android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: 📦 Checkout project repo
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
3131
with:
3232
fetch-depth: 0
3333

@@ -52,7 +52,7 @@ jobs:
5252

5353
steps:
5454
- name: 📦 Checkout project repo
55-
uses: actions/checkout@v3
55+
uses: actions/checkout@v4
5656
with:
5757
fetch-depth: 0
5858

.github/workflows/eas-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
token: ${{ secrets.EXPO_TOKEN }}
113113

114114
- name: 📦 Checkout project repo
115-
uses: actions/checkout@v3
115+
uses: actions/checkout@v4
116116
with:
117117
fetch-depth: 0
118118
token: ${{ secrets.NEW_VERSION_NUMBER_PAT }}

.github/workflows/expo-doctor.yml

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

3333
steps:
3434
- name: 📦 Checkout project repo
35-
uses: actions/checkout@v3
35+
uses: actions/checkout@v4
3636
with:
3737
fetch-depth: 0
3838

.github/workflows/lint-ts.yml

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

2929
steps:
3030
- name: 📦 Checkout project repo
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
3232
with:
3333
fetch-depth: 0
3434

0 commit comments

Comments
 (0)