We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e1d744 commit de34d2cCopy full SHA for de34d2c
1 file changed
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
create-release:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v3
13
- name: Prepare Release
14
run: |
15
CURRENT_VERSION_LONG=$(curl --silent "https://api.github.com/repos/SAP/devops-docker-neo-cli/releases" | jq -r '.[].tag_name' | head -n1)
0 commit comments