From 82ff9495ed7252ecec1cfdb64a2c4df826a25716 Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Tue, 31 Mar 2026 10:52:04 +0200 Subject: [PATCH] Update all actions to their newest versions --- .github/workflows/codespell.yml | 4 ++-- .github/workflows/release.yml | 2 +- .github/workflows/sponsors.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 8d7b4eb18..27cbea555 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -20,6 +20,6 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Annotate locations with typos - uses: codespell-project/codespell-problem-matcher@b80729f885d32f78a716c2f107b4db1025001c42 # v1 + uses: codespell-project/codespell-problem-matcher@9ba2c57125d4908eade4308f32c4ff814c184633 # v1.2.0 - name: Codespell - uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2 + uses: codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 # v2.2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c7a890c6..eb18163f0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -152,7 +152,7 @@ jobs: go-version: 1.25.x - name: Run goreleaser - uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6 + uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0 with: distribution: goreleaser version: v2 diff --git a/.github/workflows/sponsors.yml b/.github/workflows/sponsors.yml index 645e554de..1b8f3fae0 100644 --- a/.github/workflows/sponsors.yml +++ b/.github/workflows/sponsors.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v6 - name: Generate Sponsors 💖 - uses: JamesIves/github-sponsors-readme-action@a2d75a8d58b117b19777a910e284ccb082aaf117 # v1.2.2 + uses: JamesIves/github-sponsors-readme-action@2fd9142e765f755780202122261dc85e78459405 # v1.6.0 with: token: ${{ secrets.SPONSORS_TOKEN }} file: "README.md"