diff --git a/.github/workflows/fetch.yml b/.github/workflows/fetch.yml index 66af0d6..77daa6c 100644 --- a/.github/workflows/fetch.yml +++ b/.github/workflows/fetch.yml @@ -285,9 +285,9 @@ jobs: --health-retries 5 steps: - name: Check out code into the Go module directory - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: go.mod - name: build