We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea8264 commit cfcc070Copy full SHA for cfcc070
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Check out the codebase
18
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
19
20
- name: Set up Python 3
21
uses: actions/setup-python@v5
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
55
with:
56
path: "${{ github.repository }}"
57
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
14
- name: Publish to Galaxy
uses: robertdebock/[email protected]
0 commit comments