Skip to content

Commit be04d89

Browse files
authored
chore: update GitHub Actions versions (#1113)
No more EOL 2022 Actions in production
1 parent b32fa56 commit be04d89

10 files changed

Lines changed: 15 additions & 15 deletions

.github/workflows/GithubActionTests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
qc:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
12-
- uses: astral-sh/ruff-action@v3
11+
- uses: actions/checkout@v6
12+
- uses: astral-sh/ruff-action@v4.0.0
1313
name: ruff check
14-
- uses: astral-sh/ruff-action@v3
14+
- uses: astral-sh/ruff-action@v4.0.0
1515
name: ruff format
1616
with:
1717
args: "format --check --diff"
@@ -42,7 +42,7 @@ jobs:
4242
- long_running_2
4343

4444
steps:
45-
- uses: actions/checkout@v4
45+
- uses: actions/checkout@v6
4646
with:
4747
fetch-depth: 0
4848

@@ -80,7 +80,7 @@ jobs:
8080
name: OSX tests
8181
runs-on: macos-15-intel
8282
steps:
83-
- uses: actions/checkout@v4
83+
- uses: actions/checkout@v6
8484
with:
8585
fetch-depth: 0
8686

@@ -112,7 +112,7 @@ jobs:
112112
name: autobump test
113113
runs-on: ubuntu-latest
114114
steps:
115-
- uses: actions/checkout@v4
115+
- uses: actions/checkout@v6
116116
- name: set path
117117
run: echo "/opt/mambaforge/bin" >> $GITHUB_PATH
118118

.github/workflows/base-glibc-busybox-bash.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
DEBIAN_VERSION: '12.5'
3030

3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v6
3333

3434
- name: Set up QEMU
3535
run: |

.github/workflows/base-glibc-debian-bash.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
DEBIAN_VERSION: '12.5'
2929

3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v6
3232

3333
- name: Set up QEMU
3434
run: |

.github/workflows/bioconda-recipes-issue-responder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
IMAGE_VERSION: '1.1.1'
2121

2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v6
2424

2525
- name: Build
2626
id: buildah-build

.github/workflows/bot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
IMAGE_VERSION: '1.4.1'
3434

3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v6
3737

3838
- name: Install Tools
3939
run: |

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
image: bioconda-utils-build-env-cos7-x86_64
2525
base_image: quay.io/condaforge/linux-anvil-cos7-x86_64
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v6
2828
with:
2929
fetch-depth: 0
3030

.github/workflows/changevisibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
QUAY_OAUTH_TOKEN: ${{ secrets.QUAY_BIOCONTAINERS_TOKEN }}
2121

2222
- name: Upload logs
23-
uses: actions/upload-artifact@v6
23+
uses: actions/upload-artifact@v7
2424
with:
2525
name: logs
2626
path: biocontainers-*.txt

.github/workflows/conventional-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
title-format:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: amannn/action-semantic-pull-request@v5
14+
- uses: amannn/action-semantic-pull-request@v6
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/create-env.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
IMAGE_NAME: create-env
2626

2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v6
2929

3030
- name: Set up QEMU
3131
run: |

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
release_created: ${{ steps.release.outputs.release_created }}
1414
tag_name: ${{ steps.release.outputs.tag_name }}
1515
steps:
16-
- uses: googleapis/release-please-action@v4
16+
- uses: googleapis/release-please-action@v5
1717
id: release
1818
with:
1919
release-type: python

0 commit comments

Comments
 (0)