From ac6ac0e6eb2762f0ae2a1c2caf3321314b67a5b5 Mon Sep 17 00:00:00 2001 From: James Couball Date: Fri, 24 Apr 2026 15:33:22 -0700 Subject: [PATCH] build(dependencies): update dependencies for all GitHub Actions workflows --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c2bd23d..e897982 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,10 +30,10 @@ jobs: steps: - name: Checkout project - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Create release - uses: googleapis/release-please-action@v4 + uses: googleapis/release-please-action@v5 id: release with: token: ${{ secrets.AUTO_RELEASE_TOKEN }}