Skip to content

Commit 8efc30d

Browse files
committed
actions/checkout@v3
1 parent 97b4cb7 commit 8efc30d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-release-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build-package:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v3
1111
# build container image for package creation
1212
- run: /usr/bin/docker build -t ${{ github.job }} -f build/Dockerfile .
1313
# actually build .mkp file

0 commit comments

Comments
 (0)