Skip to content

Commit

Permalink
use checkout@v4 everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse committed Dec 20, 2023
1 parent ef68dd0 commit ab9ade1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# Expose matched filters as job 'tags' output variable
tags: ${{ steps.filter.outputs.changes }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: frouioui/paths-filter@main
id: filter
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:

- name: Check out test data
if: steps.cache-testdata.outputs.cache-hit != 'true'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: nf-core/test-datasets
ref: sarek3
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
tags: ${{ steps.filter.outputs.changes }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Combine all tags.yml files
id: get_tags
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
SENTIEON_LICENSE_BASE64: ${{ secrets.SENTIEON_LICENSE_BASE64 }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit ab9ade1

Please sign in to comment.