diff --git a/.github/workflows/build_plugin_binaries.yml b/.github/workflows/build_plugin_binaries.yml index 6c956159..d4108cfc 100644 --- a/.github/workflows/build_plugin_binaries.yml +++ b/.github/workflows/build_plugin_binaries.yml @@ -17,7 +17,7 @@ jobs: container: image: docker.mirror.hashicorp.services/cimg/go:1.21 steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - uses: "./.github/actions/build-and-persist-plugin-binary" with: GOOS: darwin @@ -34,7 +34,7 @@ jobs: container: image: docker.mirror.hashicorp.services/cimg/go:1.21 steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - uses: "./.github/actions/build-and-persist-plugin-binary" with: GOOS: freebsd @@ -55,7 +55,7 @@ jobs: container: image: docker.mirror.hashicorp.services/cimg/go:1.21 steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - uses: "./.github/actions/build-and-persist-plugin-binary" with: GOOS: linux @@ -80,7 +80,7 @@ jobs: container: image: docker.mirror.hashicorp.services/cimg/go:1.21 steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - uses: "./.github/actions/build-and-persist-plugin-binary" with: GOOS: netbsd @@ -101,7 +101,7 @@ jobs: container: image: docker.mirror.hashicorp.services/cimg/go:1.21 steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - uses: "./.github/actions/build-and-persist-plugin-binary" with: GOOS: openbsd @@ -122,7 +122,7 @@ jobs: container: image: docker.mirror.hashicorp.services/cimg/go:1.21 steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - uses: "./.github/actions/build-and-persist-plugin-binary" with: GOOS: solaris @@ -135,7 +135,7 @@ jobs: container: image: docker.mirror.hashicorp.services/cimg/go:1.21 steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - uses: "./.github/actions/build-and-persist-plugin-binary" with: GOOS: windows