From 8cfb68655024b8788b83426ba2e04990ef10011e Mon Sep 17 00:00:00 2001 From: James Couball Date: Fri, 24 Apr 2026 15:21:28 -0700 Subject: [PATCH] build(dependencies): update dependencies for all GitHub Actions workflows --- .github/workflows/continuous_integration.yml | 2 +- .github/workflows/enforce_conventional_commits.yml | 2 +- .github/workflows/release.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index bcd2fcf..8c842f0 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Initialize Ruby uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/enforce_conventional_commits.yml b/.github/workflows/enforce_conventional_commits.yml index 68a639e..ac70f0e 100644 --- a/.github/workflows/enforce_conventional_commits.yml +++ b/.github/workflows/enforce_conventional_commits.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Check Commit Messages diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 329968a..3180333 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,10 +29,10 @@ 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 }}