From b864fb1db3f43383873dff1c33db5e47b0f6c9ff Mon Sep 17 00:00:00 2001 From: David Wheatley Date: Thu, 21 Dec 2023 05:50:15 +0000 Subject: [PATCH] chore: bump ci dependencies --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3b70f54..4c0b408 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,10 +10,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.x" architecture: x64 @@ -27,7 +27,7 @@ jobs: - name: Commit and push changes if: github.ref == 'refs/heads/main' && github.event_name == 'push' - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "chore: build other data formats" commit_options: "--no-verify"