Skip to content

Commit

Permalink
updating versions?
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrxyz committed Oct 22, 2024
1 parent 1424516 commit be81a82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
group: mala-lab-pre-commit
steps:
- name: Check out code from GitHub
uses: actions/checkout@v3.0.2
uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
uses: actions/setup-python@v4.1.0
uses: actions/setup-python@v5
with:
python-version: ${{ env.DEFAULT_PYTHON }}
cache: "pip"
Expand All @@ -46,7 +46,7 @@ jobs:
hashFiles('.pre-commit-config.yaml') }}"
- name: Restore base pre-commit environment
id: cache-pre-commmit
uses: actions/cache@v3.0.4
uses: actions/cache@v4
with:
path: ${{ env.PRE_COMMIT_CACHE }}
key: >
Expand Down

0 comments on commit be81a82

Please sign in to comment.