File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 13
13
name : lint
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
16
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
17
17
- uses : ./.github/actions/lint-provider-tfe
18
18
19
19
tests :
35
35
organization : hashicorp-v2
36
36
workspace : tflocal-terraform-provider-tfe
37
37
38
- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
38
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
39
39
40
40
- uses : ./.github/actions/test-provider-tfe
41
41
with :
Original file line number Diff line number Diff line change 17
17
outputs :
18
18
version : ${{ steps.remove-leading-v.outputs.version }}
19
19
steps :
20
- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
20
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
36
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
37
37
- name : Set up Go
38
38
uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
39
39
with :
68
68
CHECKPOINT_DISABLE : " 1"
69
69
timeout-minutes : 120
70
70
steps :
71
- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
71
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
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
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout main
14
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
14
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
15
15
16
16
- name : Deploy docs
17
17
uses : mhausenblas/mkdocs-deploy-gh-pages@d77dd03172e96abbcdb081d8c948224762033653 # 1.26
Original file line number Diff line number Diff line change 36
36
organization : hashicorp-v2
37
37
workspace : tflocal-terraform-provider-tfe-nightly
38
38
39
- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
39
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
40
40
41
41
- uses : ./.github/actions/test-provider-tfe
42
42
with :
96
96
needs : [tests-summarize]
97
97
if : " ${{ always() }}"
98
98
steps :
99
- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
99
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
100
100
101
101
- name : Set up Go
102
102
uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
Original file line number Diff line number Diff line change 12
12
release-notes :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
15
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
16
16
with :
17
17
fetch-depth : 0
18
18
- name : Generate Release Notes
You can’t perform that action at this time.
0 commit comments