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"