From 3c029ecc65898166b234716b1609fb46212cbc6d Mon Sep 17 00:00:00 2001 From: ggutierrez <94693768+ggutierrez-sunbright@users.noreply.github.com> Date: Mon, 15 Apr 2024 19:45:35 +0200 Subject: [PATCH] update CI configuration (#102) --- .github/workflows/build_generic.yml | 2 +- .github/workflows/build_matrix.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_generic.yml b/.github/workflows/build_generic.yml index 68d952d..e04090f 100644 --- a/.github/workflows/build_generic.yml +++ b/.github/workflows/build_generic.yml @@ -17,7 +17,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 - name: Build base image diff --git a/.github/workflows/build_matrix.yml b/.github/workflows/build_matrix.yml index a22dd87..8d55b67 100644 --- a/.github/workflows/build_matrix.yml +++ b/.github/workflows/build_matrix.yml @@ -11,7 +11,7 @@ jobs: check-lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: setup-lint run: | sudo apt-get update @@ -44,11 +44,11 @@ jobs: release: needs: build - if: github.ref == 'refs/heads/main' && github.event_name != 'schedule' + if: github.ref == 'refs/heads/rdock-legacy' && github.event_name != 'schedule' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 # probably not needed, but just in case + - uses: actions/checkout@v4 # probably not needed, but just in case - name: Download artifacts uses: actions/download-artifact@v3 with: