Skip to content

Commit 45c0ab7

Browse files
Copilotalpae
andcommitted
Bump GitHub Actions dependencies from open dependabot PRs (#84-#88)
Co-authored-by: alpae <1444726+alpae@users.noreply.github.com>
1 parent fb4e21f commit 45c0ab7

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,4 @@ jobs:
159159
username: ${{ secrets.DOCKER_HUB_USERNAME }}
160160
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
161161
repository: ${{ env.REGISTRY_IMAGE }}
162-
readme-filepath: ./README.md
162+
readme-filepath: ./README.md

.github/workflows/nf-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ jobs:
4242

4343
steps:
4444
- name: Check out pipeline code
45-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
45+
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4
4646
with:
4747
fetch-depth: 0
4848

4949
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
5050
with:
5151
python-version: "3.11"
5252

53-
- uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v4
53+
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v4
5454
with:
5555
distribution: "temurin"
5656
java-version: "17"
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Set up miniconda
8282
if: matrix.profile == 'conda'
83-
uses: conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3
83+
uses: conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3
8484
with:
8585
miniconda-version: "latest"
8686
auto-update-conda: true
@@ -145,7 +145,7 @@ jobs:
145145

146146
- name: Upload test results
147147
if: always() # run even if tests fail
148-
uses: actions/upload-artifact@v6
148+
uses: actions/upload-artifact@v7
149149
with:
150150
name: nf-test-results-${{ matrix.filter }}-${{ matrix.profile }}-${{ matrix.NXF_VER }}-${{ matrix.shard }}
151151
path: |

.github/workflows/publish-pypi-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
id-token: write
1515

1616
steps:
17-
- uses: actions/checkout@v6.0.1
17+
- uses: actions/checkout@v6
1818
- name: Set up Python
19-
uses: actions/setup-python@v6.1.0
19+
uses: actions/setup-python@v6
2020
with:
2121
python-version: '3.x'
2222
- name: Install dependencies

0 commit comments

Comments
 (0)