Skip to content

Commit 1480e0d

Browse files
Bump actions/checkout from 2 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 15fde15 commit 1480e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-bioc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
## https://github.com/r-lib/actions/blob/master/examples/check-standard.yaml
7878
## If they update their steps, we will also need to update ours.
7979
- name: Checkout Repository
80-
uses: actions/checkout@v2
80+
uses: actions/checkout@v6
8181

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

0 commit comments

Comments
 (0)