Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Commit e72e8ae

Browse files
chore(deps): update actions/checkout action to v4 (#33)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eeb92fe commit e72e8ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout the repo
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030
with:
3131
fetch-depth: 0
3232
ref: ${{ github.event.inputs.branch }}
@@ -64,7 +64,7 @@ jobs:
6464
- "publishWatchosSimulatorArm64PublicationToDeployRepository"
6565
steps:
6666
- name: Checkout the repo
67-
uses: actions/checkout@v3
67+
uses: actions/checkout@v4
6868
with:
6969
fetch-depth: 0
7070
ref: ${{ github.event.inputs.branch }}
@@ -83,7 +83,7 @@ jobs:
8383
needs: macos
8484
steps:
8585
- name: Checkout the repo
86-
uses: actions/checkout@v3
86+
uses: actions/checkout@v4
8787
with:
8888
fetch-depth: 0
8989
ref: ${{ github.event.inputs.branch }}

0 commit comments

Comments
 (0)