diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 5d735c9..3eadfa3 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -15,17 +15,17 @@ jobs: name: lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - uses: actions/setup-go@v6 with: go-version-file: go.mod check-latest: true - - uses: golangci/golangci-lint-action@v8.0.0 + - uses: golangci/golangci-lint-action@v9.2.0 with: version: v2.1.6 - - uses: megalinter/megalinter/flavors/go@v9.1.0 + - uses: megalinter/megalinter/flavors/go@v9.2.0 env: DEFAULT_BRANCH: ${{ github.event.repository.default_branch }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -37,7 +37,7 @@ jobs: name: test-linux runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 2 - name: Set up QEMU @@ -46,7 +46,7 @@ jobs: with: go-version-file: go.mod check-latest: true - - uses: actions/cache@v4 + - uses: actions/cache@v5 if: ${{ !env.ACT }} with: path: ~/go/pkg/mod @@ -77,7 +77,7 @@ jobs: name: test-host-${{matrix.os}} runs-on: ${{matrix.os}} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 2 - uses: actions/setup-go@v6 @@ -95,12 +95,12 @@ jobs: name: snapshot runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-go@v6 with: go-version-file: go.mod check-latest: true - - uses: actions/cache@v4 + - uses: actions/cache@v5 if: ${{ !env.ACT }} with: path: ~/go/pkg/mod diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 7b6140c..2404046 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -18,6 +18,6 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Codespell uses: codespell-project/actions-codespell@v2 diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index 6acd6dc..241cac9 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -10,7 +10,7 @@ jobs: name: promote runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 ref: master @@ -20,7 +20,7 @@ jobs: with: go-version-file: go.mod check-latest: true - - uses: actions/cache@v4 + - uses: actions/cache@v5 if: ${{ !env.ACT }} with: path: ~/go/pkg/mod diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e6ea61d..4071ed0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,14 +10,14 @@ jobs: name: release runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - uses: actions/setup-go@v6 with: go-version-file: go.mod check-latest: true - - uses: actions/cache@v4 + - uses: actions/cache@v5 if: ${{ !env.ACT }} with: path: ~/go/pkg/mod