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
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
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
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