Skip to content

Commit

Permalink
ci: Update the used Github Actions to their latest versions (#916)
Browse files Browse the repository at this point in the history
Currently Github Actions print warnings that the old plugins use
unsupported version of Node.js (v12)

---------

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g authored Oct 4, 2023
1 parent 11c9229 commit 1ae4126
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/GithubActionTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changevisibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conventional-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1ae4126

Please sign in to comment.