From a5173df779e4b0b9c1f57d156cda9b8006901fd2 Mon Sep 17 00:00:00 2001 From: Tove Rumar Date: Thu, 8 Aug 2024 13:14:17 +0200 Subject: [PATCH] Update checkout action to v4 --- .github/workflows/basic_build.yml | 2 +- .github/workflows/basic_release.yml | 2 +- .github/workflows/build_and_push_to_docker_hub.yml | 2 +- .github/workflows/read_build_targets.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/basic_build.yml b/.github/workflows/basic_build.yml index 46fd8f6..cb23f44 100644 --- a/.github/workflows/basic_build.yml +++ b/.github/workflows/basic_build.yml @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true - name: Build diff --git a/.github/workflows/basic_release.yml b/.github/workflows/basic_release.yml index e195972..833abc6 100644 --- a/.github/workflows/basic_release.yml +++ b/.github/workflows/basic_release.yml @@ -46,7 +46,7 @@ jobs: steps: - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true diff --git a/.github/workflows/build_and_push_to_docker_hub.yml b/.github/workflows/build_and_push_to_docker_hub.yml index d1c9ca7..0bff9cc 100644 --- a/.github/workflows/build_and_push_to_docker_hub.yml +++ b/.github/workflows/build_and_push_to_docker_hub.yml @@ -45,7 +45,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Log in to Docker Hub uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 diff --git a/.github/workflows/read_build_targets.yml b/.github/workflows/read_build_targets.yml index ed0c45d..b37896d 100644 --- a/.github/workflows/read_build_targets.yml +++ b/.github/workflows/read_build_targets.yml @@ -50,7 +50,7 @@ jobs: steps: - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: false