We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97b4cb7 commit 8efc30dCopy full SHA for 8efc30d
1 file changed
.github/workflows/build-release-stable.yml
@@ -7,7 +7,7 @@ jobs:
7
build-package:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
11
# build container image for package creation
12
- run: /usr/bin/docker build -t ${{ github.job }} -f build/Dockerfile .
13
# actually build .mkp file
0 commit comments