Skip to content

Commit 1aa4c23

Browse files
authored
update actions/checkout to v4 (#602)
1 parent 1e86cff commit 1aa4c23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/proxy-docker-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build-push-docker:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
with:
1212
fetch-depth: 100
1313
token: ${{ secrets.REPO_TOKEN }}

.github/workflows/proxy-docker-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build-push-docker:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
with:
1212
fetch-depth: 100
1313
token: ${{ secrets.REPO_TOKEN }}

0 commit comments

Comments
 (0)