Skip to content

Commit 84a238f

Browse files
author
extsup
committed
fix: update checkout action to v4
1 parent 00fc74a commit 84a238f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build_push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
delete: ${{ steps.generate-matrices.outputs.delete }}
3333
steps:
3434
- name: Checkout ori branch
35-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
35+
uses: actions/checkout@v4
3636
with:
3737
fetch-depth: 0
3838
persist-credentials: false
@@ -57,7 +57,7 @@ jobs:
5757
matrix: ${{ fromJSON(needs.prepare.outputs.matrix) }}
5858
steps:
5959
- name: Checkout ori branch
60-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
60+
uses: actions/checkout@v4
6161
with:
6262
persist-credentials: false
6363

@@ -118,7 +118,7 @@ jobs:
118118
distribution: temurin
119119

120120
- name: Checkout ori branch
121-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
121+
uses: actions/checkout@v4
122122
with:
123123
ref: ori
124124
path: main
@@ -136,7 +136,7 @@ jobs:
136136
python ./.github/scripts/create-repo.py
137137
138138
- name: Checkout repo branch
139-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
139+
uses: actions/checkout@v4
140140
with:
141141
repository: extsup/extensions
142142
token: ${{ secrets.BOT_PAT }}

0 commit comments

Comments
 (0)