Skip to content

Commit 778b21a

Browse files
committed
Managed by Terraform: Update config.yml github workflow
1 parent 1cd34d0 commit 778b21a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build_plugin_binaries.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
container:
1818
image: docker.mirror.hashicorp.services/cimg/go:1.21
1919
steps:
20-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
20+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
2121
- uses: "./.github/actions/build-and-persist-plugin-binary"
2222
with:
2323
GOOS: darwin
@@ -34,7 +34,7 @@ jobs:
3434
container:
3535
image: docker.mirror.hashicorp.services/cimg/go:1.21
3636
steps:
37-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
37+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
3838
- uses: "./.github/actions/build-and-persist-plugin-binary"
3939
with:
4040
GOOS: freebsd
@@ -55,7 +55,7 @@ jobs:
5555
container:
5656
image: docker.mirror.hashicorp.services/cimg/go:1.21
5757
steps:
58-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
58+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
5959
- uses: "./.github/actions/build-and-persist-plugin-binary"
6060
with:
6161
GOOS: linux
@@ -80,7 +80,7 @@ jobs:
8080
container:
8181
image: docker.mirror.hashicorp.services/cimg/go:1.21
8282
steps:
83-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
83+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
8484
- uses: "./.github/actions/build-and-persist-plugin-binary"
8585
with:
8686
GOOS: netbsd
@@ -101,7 +101,7 @@ jobs:
101101
container:
102102
image: docker.mirror.hashicorp.services/cimg/go:1.21
103103
steps:
104-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
104+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
105105
- uses: "./.github/actions/build-and-persist-plugin-binary"
106106
with:
107107
GOOS: openbsd
@@ -122,7 +122,7 @@ jobs:
122122
container:
123123
image: docker.mirror.hashicorp.services/cimg/go:1.21
124124
steps:
125-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
125+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
126126
- uses: "./.github/actions/build-and-persist-plugin-binary"
127127
with:
128128
GOOS: solaris
@@ -135,7 +135,7 @@ jobs:
135135
container:
136136
image: docker.mirror.hashicorp.services/cimg/go:1.21
137137
steps:
138-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
138+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
139139
- uses: "./.github/actions/build-and-persist-plugin-binary"
140140
with:
141141
GOOS: windows

0 commit comments

Comments
 (0)