Skip to content

Commit

Permalink
update actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
adeschen committed Feb 22, 2024
1 parent 299d532 commit 26061b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-bioc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
## https://github.com/r-lib/actions/blob/master/examples/check-standard.yaml
## If they update their steps, we will also need to update ours.
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

## R is already included in the Bioconductor docker images
- name: Setup R from r-lib
Expand Down

0 comments on commit 26061b5

Please sign in to comment.