Skip to content

Commit 9b88e21

Browse files
chore(deps): update actions/checkout action to v4
1 parent 3a11b59 commit 9b88e21

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/sharevb-docker-nightly-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
steps:
6464
# Checkout the repository
6565
- name: Checkout repository
66-
uses: actions/checkout@v3
66+
uses: actions/checkout@v4
6767

6868
- name: Login to Docker Hub
6969
uses: docker/login-action@v3

.github/workflows/sharevb-docker-realease-baseurl-it-tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
# Checkout the repository
4646
- name: Checkout repository
47-
uses: actions/checkout@v3
47+
uses: actions/checkout@v4
4848

4949
- name: Login to Docker Hub
5050
uses: docker/login-action@v3

.github/workflows/sharevb-docker-realease-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
# Checkout the repository
4646
- name: Checkout repository
47-
uses: actions/checkout@v3
47+
uses: actions/checkout@v4
4848

4949
- name: Login to Docker Hub
5050
uses: docker/login-action@v3

0 commit comments

Comments
 (0)