We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96906af commit 81bfb27Copy full SHA for 81bfb27
README.md
@@ -11,4 +11,4 @@ This action is compatible with:
11
12
### `version`
13
14
-**Optional** Foundationdb version to install. Default `"6.2.15"`.
+**Optional** Foundationdb version to install. Default `"6.3.22"`.
action.yml
@@ -7,7 +7,7 @@ inputs:
7
version:
8
description: Foundationdb version to install
9
required: false
10
- default: "6.2.20"
+ default: "6.3.22"
runs:
using: "node12"
main: "dist/index.js"
0 commit comments