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.
2 parents b707abf + 45b392e commit b51e8a2Copy full SHA for b51e8a2
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Check out the codebase
17
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
18
19
- name: Set up Python 3
20
uses: actions/setup-python@v4
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
with:
51
path: "${{ github.repository }}"
52
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Publish to Galaxy
uses: robertdebock/[email protected]
0 commit comments