Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit 61e80cb

Browse files
chore(deps): update actions/checkout action to v4
1 parent 7615101 commit 61e80cb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v3
28+
uses: actions/checkout@v4
2929
- name: Set up Docker Buildx
3030
id: buildx
3131
uses: docker/setup-buildx-action@v2

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: print env
3939
run: echo $ENV
4040
- name: Checkout repository
41-
uses: actions/checkout@v3
41+
uses: actions/checkout@v4
4242
- name: Set up Docker Buildx
4343
id: buildx
4444
uses: docker/setup-buildx-action@v2

.github/workflows/mirroring.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
1717
- name: mirror to gitlab.com

0 commit comments

Comments
 (0)