From 50569c5e56fbe0a72d1ed846bf871858d198ba5b Mon Sep 17 00:00:00 2001 From: Martin Tzvetanov Grigorov Date: Fri, 8 Sep 2023 09:42:09 +0300 Subject: [PATCH] ci: Bump actions/checkout from v3 to v4 Signed-off-by: Martin Tzvetanov Grigorov --- .github/workflows/GithubActionTests.yml | 6 +++--- .github/workflows/build-image.yml | 2 +- .github/workflows/changevisibility.yml | 2 +- .github/workflows/release-please.yml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/GithubActionTests.yml b/.github/workflows/GithubActionTests.yml index 3e6c523557..091b4d5e64 100644 --- a/.github/workflows/GithubActionTests.yml +++ b/.github/workflows/GithubActionTests.yml @@ -16,7 +16,7 @@ jobs: - long_running_2 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: set path run: echo "/opt/mambaforge/bin" >> $GITHUB_PATH @@ -51,7 +51,7 @@ jobs: name: OSX tests runs-on: macos-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: set path run: echo "/opt/mambaforge/bin" >> $GITHUB_PATH @@ -80,7 +80,7 @@ jobs: name: autobump test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: set path run: echo "/opt/mambaforge/bin" >> $GITHUB_PATH diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index b04e78b589..1ae6a9ec7b 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -24,7 +24,7 @@ jobs: image: bioconda-utils-build-env-cos7 base_image: quay.io/condaforge/linux-anvil-cos7-x86_64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/changevisibility.yml b/.github/workflows/changevisibility.yml index 3c21aacddd..1bf029f591 100644 --- a/.github/workflows/changevisibility.yml +++ b/.github/workflows/changevisibility.yml @@ -10,7 +10,7 @@ jobs: run: shell: bash -l {0} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Check Containers and Set Public run: | diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 67259eeb97..d3adb78219 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -12,7 +12,7 @@ jobs: release_created: ${{ steps.release.outputs.release_created }} tag_name: ${{ steps.release.outputs.tag_name }} steps: - - uses: google-github-actions/release-please-action@v3 + - uses: GoogleCloudPlatform/release-please-action@v2 id: release with: release-type: python @@ -23,7 +23,7 @@ jobs: needs: release_please if: needs.release_please.outputs.release_created steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0