diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d7d3fe2..5424923 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: with: go-version: ^1.23 - name: Check out code into the Go module directory - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Validate that the release manifest exists run: | [[ -f "releases/do-operator-$(git describe --tags).yaml" ]] || false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index afefde2..c4ec328 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,6 +15,6 @@ jobs: with: go-version: ^1.23 - name: Check out code into the Go module directory - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Run make test run: make test