Skip to content

Commit 0ee9178

Browse files
committed
update action actions/checkout v3 to v4
1 parent 9098228 commit 0ee9178

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
release-id: ${{ steps.tag.outputs.ACI_RELEASE_ID }}
4646
steps:
4747
- name: Check out the repo
48-
uses: actions/checkout@v3
48+
uses: actions/checkout@v4
4949
with:
5050
fetch-depth: 0
5151
- name: Setup awesome-ci

.github/workflows/generate-build-infos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
next-version: ${{ steps.tag.outputs.ACI_NEXT_VERSION }}
5252
steps:
5353
- name: Check out the repo
54-
uses: actions/checkout@v3
54+
uses: actions/checkout@v4
5555
with:
5656
fetch-depth: 0
5757
- name: Setup awesome-ci

0 commit comments

Comments
 (0)