We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7edf9c commit e20fe20Copy full SHA for e20fe20
1 file changed
action.yml
@@ -80,11 +80,11 @@ inputs:
80
product-line:
81
description: 'tool4d product line'
82
required: false
83
- default: "20.x"
+ default: "21.x"
84
version:
85
description: 'tool4d version'
86
87
- default: "20.7"
+ default: "21.0"
88
build:
89
description: 'tool4d build number'
90
@@ -120,7 +120,7 @@ runs:
120
echo "TMP=$MY_RUNNER_TMP"
121
echo "ERROR_FLAG=$MY_RUNNER_TMP/error_flag" >> $GITHUB_ENV
122
- id: tool4d
123
- uses: 4d/tool4d-action@v3.4
+ uses: 4d/tool4d-action@v3.5
124
env:
125
GITHUB_THIS_ACTION_PATH: ${{ github.action_path }}
126
with:
0 commit comments