diff options
author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2023-09-17 22:14:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-17 17:14:04 -0300 |
commit | 63b10f34a6e3abb90dad00e1ca1292d5cdaa275f (patch) | |
tree | 5929e630894a0c2a93e9a9ba444a01c8a46a443c /.github/workflows/docker_build.yml | |
parent | 18f20edbfa6b172e69aac4cd5cc0f1fe9da110c9 (diff) |
chore(CI): Hello Github Bot and Update actions version (#17285)
Diffstat (limited to '.github/workflows/docker_build.yml')
-rw-r--r-- | .github/workflows/docker_build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docker_build.yml b/.github/workflows/docker_build.yml index 70e658685f..2dfc535eba 100644 --- a/.github/workflows/docker_build.yml +++ b/.github/workflows/docker_build.yml @@ -40,7 +40,7 @@ jobs: docker --version docker compose version - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # we need the entire history for the ac-dev-server # with: # fetch-depth: 2 @@ -108,7 +108,7 @@ jobs: docker --version docker compose version - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # we need the entire history for the ac-dev-server # with: # fetch-depth: 2 |