We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb570f commit eb6953aCopy full SHA for eb6953a
.github/workflows/deploy.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
16
17
- name: Docker login to CERN registry
18
run: |
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
contents: write
19
- name: Read version
20
id: version
VERSION
@@ -1 +1 @@
1
-0.6.0
+0.6.1
0 commit comments