diff --git a/.github/workflows/go-e2e-full.yml b/.github/workflows/go-e2e-full.yml index d4ac98e6..b4c25316 100644 --- a/.github/workflows/go-e2e-full.yml +++ b/.github/workflows/go-e2e-full.yml @@ -12,7 +12,7 @@ jobs: id-token: write steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Go uses: actions/setup-go@v5 diff --git a/.github/workflows/go-e2e.yml b/.github/workflows/go-e2e.yml index 5fcd66ae..382d68dc 100644 --- a/.github/workflows/go-e2e.yml +++ b/.github/workflows/go-e2e.yml @@ -15,7 +15,7 @@ jobs: id-token: write steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Go uses: actions/setup-go@v5 diff --git a/.github/workflows/go-unit.yml b/.github/workflows/go-unit.yml index c23aaa89..f7d4c2e5 100644 --- a/.github/workflows/go-unit.yml +++ b/.github/workflows/go-unit.yml @@ -29,7 +29,7 @@ jobs: name: Unit Tests ${{ matrix.go }} steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Go uses: actions/setup-go@v5