mirror of
https://github.com/andrewthetechie/py-healthchecks.io.git
synced 2026-04-18 21:12:40 +02:00
Compare commits
1 Commits
dependabot
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
25f7a07e6b |
2
.github/workflows/constraints.txt
vendored
2
.github/workflows/constraints.txt
vendored
@@ -1,4 +1,4 @@
|
||||
pip==24.2
|
||||
pip==25.3
|
||||
nox==2024.10.9
|
||||
nox-poetry==1.0.3
|
||||
poetry==1.8.4
|
||||
|
||||
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -60,7 +60,7 @@ jobs:
|
||||
fh.write(f"result={result}\n")
|
||||
|
||||
- name: Restore pre-commit cache
|
||||
uses: actions/cache@v4.3.0
|
||||
uses: actions/cache@v4.1.2
|
||||
if: matrix.session == 'pre-commit'
|
||||
with:
|
||||
path: ~/.cache/pre-commit
|
||||
|
||||
Reference in New Issue
Block a user