diff --git a/.github/workflows/deploy-container.yml b/.github/workflows/deploy-container.yml index 99abcbe..41c91a4 100644 --- a/.github/workflows/deploy-container.yml +++ b/.github/workflows/deploy-container.yml @@ -34,7 +34,7 @@ jobs: fetch-depth: 0 sparse-checkout: container - name: Setup Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version-file: container/go.mod cache-dependency-path: container/go.sum diff --git a/.github/workflows/deploy-device-plugin.yml b/.github/workflows/deploy-device-plugin.yml index 7746509..ac18ce4 100644 --- a/.github/workflows/deploy-device-plugin.yml +++ b/.github/workflows/deploy-device-plugin.yml @@ -32,7 +32,7 @@ jobs: sparse-checkout: device-plugin - name: Setup Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version-file: device-plugin/go.mod cache-dependency-path: device-plugin/go.sum