File tree 6 files changed +13
-13
lines changed
6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 28
28
env :
29
29
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
30
30
31
- - name : Setup rtx
32
- uses : jdx/rtx -action@v1
31
+ - name : Setup mise
32
+ uses : jdx/mise -action@v2
33
33
34
34
- name : " Generate documentation"
35
35
run : ./scripts/document.sh
Original file line number Diff line number Diff line change 21
21
- name : " Checkout"
22
22
uses : actions/checkout@main
23
23
24
- - name : Setup rtx
25
- uses : jdx/rtx -action@v1
24
+ - name : Setup mise
25
+ uses : jdx/mise -action@v2
26
26
27
27
- name : " Format"
28
28
run : ./scripts/format.sh
Original file line number Diff line number Diff line change 18
18
- name : " Checkout"
19
19
uses : actions/checkout@main
20
20
21
- - name : Setup rtx
22
- uses : jdx/rtx -action@v1
21
+ - name : Setup mise
22
+ uses : jdx/mise -action@v2
23
23
24
24
- name : " Lint"
25
25
run : ./scripts/lint.sh
Original file line number Diff line number Diff line change 10
10
- name : Checkout code
11
11
uses : actions/checkout@main
12
12
13
- - name : Setup rtx
14
- uses : jdx/rtx -action@v1
13
+ - name : Setup mise
14
+ uses : jdx/mise -action@v2
15
15
16
16
- name : " Run document script if necessary"
17
17
run : |
Original file line number Diff line number Diff line change 21
21
- name : " Checkout"
22
22
uses : actions/checkout@main
23
23
24
- - name : Setup rtx
25
- uses : jdx/rtx -action@v1
24
+ - name : Setup mise
25
+ uses : jdx/mise -action@v2
26
26
27
27
- name : " Validate Module"
28
28
run : ./scripts/validate.sh
Original file line number Diff line number Diff line change 7
7
Use this URL for the source of the module. See the usage examples below for more details.
8
8
9
9
``` hcl
10
- github.com/pbs/terraform-aws-rds-module?ref=0.3.26
10
+ github.com/pbs/terraform-aws-rds-module?ref=x.y.z
11
11
```
12
12
13
13
### Alternative Installation Methods
@@ -28,7 +28,7 @@ Integrate this module like so:
28
28
29
29
``` hcl
30
30
module "rds" {
31
- source = "github.com/pbs/terraform-aws-rds-module?ref=0.3.26 "
31
+ source = "github.com/pbs/terraform-aws-rds-module?ref=x.y.z "
32
32
33
33
# Required Parameters
34
34
private_hosted_zone = "example.local"
@@ -47,7 +47,7 @@ module "rds" {
47
47
48
48
If this repo is added as a subtree, then the version of the module should be close to the version shown here:
49
49
50
- ` 0.3.26 `
50
+ ` x.y.z `
51
51
52
52
Note, however that subtrees can be altered as desired within repositories.
53
53
You can’t perform that action at this time.
0 commit comments