Skip to content

Commit 8ec79ac

Browse files
authored
Upgrade checkout action to version 4
1 parent b238005 commit 8ec79ac

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/docker_build_test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Clone Cromwell
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v4
2424
with:
2525
repository: broadinstitute/cromwell
26-
token: ${{ secrets.BROADBOT_GITHUB_TOKEN }}
2726
path: cromwell
2827
- uses: sbt/setup-sbt@v1
2928
- uses: actions/setup-java@v4

0 commit comments

Comments
 (0)