Skip to content

Commit

Permalink
chore: bump ci dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Dec 21, 2023
1 parent 02745df commit b864fb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"

0 comments on commit b864fb1

Please sign in to comment.