From a74e50e3c62592c580ef26f4ed6a78a6829d4d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Maury?= Date: Tue, 13 Feb 2024 10:14:12 +0100 Subject: [PATCH] bumping github actions version --- .github/workflows/archi-mono.yml | 2 +- .github/workflows/build_offline_image.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/archi-mono.yml b/.github/workflows/archi-mono.yml index 8c2c3551..6d8fd3c7 100644 --- a/.github/workflows/archi-mono.yml +++ b/.github/workflows/archi-mono.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout project" - uses: "actions/checkout@v3" + uses: "actions/checkout@v4" with: repository: "${{ github.repository }}" path: "./" diff --git a/.github/workflows/build_offline_image.yml b/.github/workflows/build_offline_image.yml index 5fd3ed8d..f6e51a4f 100644 --- a/.github/workflows/build_offline_image.yml +++ b/.github/workflows/build_offline_image.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout project" - uses: "actions/checkout@v3" + uses: "actions/checkout@v4" with: repository: "${{ github.repository }}" path: "./" @@ -20,4 +20,4 @@ jobs: - name: "Build docker image" run: >- source .envrc && - make container-offline-installer \ No newline at end of file + make container-offline-installer