From 1ae4126c5ba961667bc321c451957a50be305461 Mon Sep 17 00:00:00 2001 From: Martin Grigorov Date: Wed, 4 Oct 2023 14:17:01 +0300 Subject: [PATCH] ci: Update the used Github Actions to their latest versions (#916) Currently Github Actions print warnings that the old plugins use unsupported version of Node.js (v12) --------- Signed-off-by: Martin Tzvetanov Grigorov --- .github/workflows/GithubActionTests.yml | 6 +++--- .github/workflows/build-image.yml | 2 +- .github/workflows/changevisibility.yml | 2 +- .github/workflows/conventional-prs.yml | 2 +- .github/workflows/release-please.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/GithubActionTests.yml b/.github/workflows/GithubActionTests.yml index 2e1fefb8c3..091b4d5e64 100644 --- a/.github/workflows/GithubActionTests.yml +++ b/.github/workflows/GithubActionTests.yml @@ -16,7 +16,7 @@ jobs: - long_running_2 steps: - - uses: actions/checkout@v1 + - 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@v1 + - 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@v1 + - 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/conventional-prs.yml b/.github/workflows/conventional-prs.yml index c777f4b2de..db9b672621 100644 --- a/.github/workflows/conventional-prs.yml +++ b/.github/workflows/conventional-prs.yml @@ -11,6 +11,6 @@ jobs: title-format: runs-on: ubuntu-latest steps: - - uses: amannn/action-semantic-pull-request@v3.4.0 + - uses: amannn/action-semantic-pull-request@v5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 65c91c4be7..d3adb78219 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -23,7 +23,7 @@ jobs: needs: release_please if: needs.release_please.outputs.release_created steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0