17
17
outputs :
18
18
version : ${{ steps.remove-leading-v.outputs.version }}
19
19
steps :
20
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
20
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21
21
22
22
- uses : actions-ecosystem/action-get-latest-tag@b7c32daec3395a9616f88548363a42652b22d435 # v1.6.0
23
23
id : get-latest-tag
33
33
buildBinary :
34
34
runs-on : ubuntu-latest
35
35
steps :
36
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
36
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37
37
- name : Set up Go
38
- uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
38
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
39
39
with :
40
40
go-version-file : go.mod
41
41
cache : true
51
51
go build -o terraform-provider-tfe
52
52
53
53
- name : Upload test artifacts
54
- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
54
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
55
55
with :
56
56
name : terraform-provider-tfe
57
57
path : terraform-provider-tfe
@@ -68,28 +68,28 @@ jobs:
68
68
CHECKPOINT_DISABLE : " 1"
69
69
timeout-minutes : 120
70
70
steps :
71
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
71
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
72
72
-
run :
git config --global user.email "[email protected] "
73
73
- run : git config --global user.name "Brandon Croft"
74
74
- name : Get yarn cache directory path
75
75
id : global-cache-dir-path
76
76
run : echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
77
- - uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
77
+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
78
78
id : global-cache
79
79
with :
80
80
path : ${{ steps.global-cache-dir-path.outputs.dir }}
81
81
key : ${{ runner.os }}-integration-yarn-${{ hashFiles('**/yarn.lock') }}
82
82
83
83
- name : Setup Node.js
84
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
84
+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
85
85
with :
86
86
node-version : " 20.x"
87
87
88
88
- name : Install cdktf-registry-docs
89
89
run :
npm install -g [email protected]
90
90
91
91
- name : Download artifacts
92
- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
92
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.18.0
93
93
with :
94
94
name : terraform-provider-tfe
95
95
@@ -102,7 +102,7 @@ jobs:
102
102
TF_PLUGIN_CACHE_DIR : ${{ steps.global-cache-dir-path.outputs.dir }}/terraform-plugins
103
103
104
104
- name : Create Pull Request
105
- uses : peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6 .0.5
105
+ uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7 .0.8
106
106
with :
107
107
commit-message : " cdktf: update documentation"
108
108
title : " release: ${{ github.event.inputs.version }}"
0 commit comments