diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 439666c3..e12d781b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,7 +49,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: cache: true go-version: 'stable' diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 5153f09e..ecc378d3 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: cache: true go-version: 'stable' diff --git a/.github/workflows/l10n.yml b/.github/workflows/l10n.yml index 37f217a4..4ccc2b92 100644 --- a/.github/workflows/l10n.yml +++ b/.github/workflows/l10n.yml @@ -26,7 +26,7 @@ jobs: cache: 'pnpm' cache-dependency-path: web/pnpm-lock.yaml - name: Setup Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: cache: true go-version: 'stable' diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2287e4c6..4eecf687 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout uses: actions/checkout@v5 - name: Setup Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: cache: true go-version: 'stable' @@ -30,7 +30,7 @@ jobs: - name: Checkout uses: actions/checkout@v5 - name: Setup Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: cache: true go-version: 'stable' diff --git a/.github/workflows/mockery.yml b/.github/workflows/mockery.yml index 6e722b21..6709dd4d 100644 --- a/.github/workflows/mockery.yml +++ b/.github/workflows/mockery.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout code uses: actions/checkout@v5 - name: Setup Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: cache: true go-version: 'stable' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4ed7246c..b2426828 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v5 - name: Setup Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: cache: true go-version: 'stable'