We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94d878a + aa14777 commit 9bf1fb0Copy full SHA for 9bf1fb0
.github/workflows/nightly.yml
@@ -132,7 +132,7 @@ jobs:
132
runs-on: ubuntu-22.04
133
needs: [macbuild, winbuild, linuxbuild]
134
steps:
135
- - uses: flucoma/actions/deken@v6
+ - uses: flucoma/actions/deken@main
136
with:
137
version: ${{ needs.linuxbuild.outputs.version }}
138
deken_username: ${{ secrets.DEKEN_USERNAME }}
.github/workflows/release.yml
@@ -130,7 +130,7 @@ jobs:
130
131
0 commit comments