Skip to content

Commit

Permalink
Merge branch 'master' into renovate/renovatebot-pre-commit-hooks-37.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jan 18, 2024
2 parents 5eb885b + 140dc24 commit 91c2836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
cache: 'pipenv'

- name: Enable cache for pre-commit hooks
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
with:
path: ~/.cache/pre-commit
key: pre-commit|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
run: pipenv run python build.py

- name: Save executable as artifact
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
with:
name: wahoo-results.exe
path: wahoo-results.exe
Expand Down

0 comments on commit 91c2836

Please sign in to comment.