Skip to content

Commit

Permalink
- update GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Feb 8, 2024
1 parent 41bf830 commit c06f875
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cache/pip
Expand All @@ -27,7 +27,7 @@ jobs:
restore-keys: |
lint-v1-
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'

Expand Down

0 comments on commit c06f875

Please sign in to comment.