We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 215f874 commit 6871955Copy full SHA for 6871955
1 file changed
.github/workflows/docker.yaml
@@ -17,7 +17,7 @@ jobs:
17
build:
18
runs-on: ubuntu-latest
19
steps:
20
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
21
- name: Parse version
22
id: version
23
run: echo "VERSION=$(awk -F= '/^ARG SQLCMD_VERSION/ {print $2}' Dockerfile)" >> $GITHUB_OUTPUT
0 commit comments