Skip to content

Commit 35566ec

Browse files
chore(deps): update github actions
1 parent 68c1f1c commit 35566ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
- run: npm run test
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31-
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5
31+
- uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5
3232
env:
3333
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
repository: nf-core/setup-nextflow
2727
ref: v2.1.4
2828
path: setup-nextflow
29-
- uses: actions/setup-java@e9343db97e09d87a3c50e544105d99fe912c204b
29+
- uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165
3030
with:
3131
java-version: ${{ inputs.java-version }}
3232
distribution: ${{ inputs.java-distribution }}

0 commit comments

Comments
 (0)