Skip to content

Commit 5c9bad6

Browse files
authored
Update GitHub Actions checkout to version 6
1 parent 6d968b0 commit 5c9bad6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish_latest_to_zenodo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212
ZENODO_TOKEN: ${{ secrets.ZENODO_TOKEN }}
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v6
1616
with:
1717
path: wikipathways-data-release
1818
fetch-depth: 0
1919
ref: main
2020

2121
- name: Checkout pyzenodo4wpdata
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323
with:
2424
repository: wikipathways/pyzenodo4wpdata
2525
path: pyzenodo4wpdata

0 commit comments

Comments
 (0)