From d678de1809702c5a1e59bafcf91167c3a911a9a7 Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Tue, 26 Aug 2025 15:29:12 +1000 Subject: [PATCH] Fixing some actions versions --- .github/workflows/contributors.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index bb0241c..b9bc93b 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -13,7 +13,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -54,14 +54,14 @@ jobs: - name: Create Pull Request if: steps.verify-changed-files.outputs.changed == 'true' - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "docs: update contributors" title: "Update Contributors" body: | Auto-generated PR to update contributors. - + This PR was automatically created by the contributors workflow. branch: update-contributors - delete-branch: true \ No newline at end of file + delete-branch: true