From d9a4c23c075511db000eb7061511ba2631ab871b Mon Sep 17 00:00:00 2001 From: Al Snow <43523+jasnow@users.noreply.github.com> Date: Tue, 22 Sep 2026 12:11:19 -0400 Subject: [PATCH] Updated node to use 24, not 20 --- .github/workflows/advisories.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/advisories.yml b/.github/workflows/advisories.yml index 1d0a80fe..ed7e5d03 100644 --- a/.github/workflows/advisories.yml +++ b/.github/workflows/advisories.yml @@ -34,7 +34,7 @@ jobs: echo "author=$(git show -s --format='%an <%ae>')" >> $GITHUB_OUTPUT echo "hash=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT - name: Commit any updates - uses: stefanzweifel/git-auto-commit-action@v7 + uses: stefanzweifel/git-auto-commit-action@v9 with: commit_message: "Updated advisory posts against rubysec/ruby-advisory-db@${{ steps.git-commit.outputs.hash }}" file_pattern: advisories/_posts/*.md