Skip to content

Commit e7a972b

Browse files
chore(deps): update actions/checkout action to v4
1 parent f28128a commit e7a972b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

6565
- name: Login to GitHub Container Registry
6666
uses: docker/login-action@v3

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

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

4646
- name: Login to Docker Hub
4747
uses: docker/login-action@v3

0 commit comments

Comments
 (0)