We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d386c6f commit 19c7667Copy full SHA for 19c7667
.github/workflows/pre-commit.yml
@@ -10,6 +10,6 @@ jobs:
10
pre-commit:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
14
- uses: actions/setup-python@v5
15
- uses: pre-commit/action@v3.0.0
.github/workflows/python-tests.yml
@@ -25,7 +25,7 @@ jobs:
25
shell: bash -l {0}
26
27
28
29
30
# We initiate the environment empty, and check if a key for this environment doesn't already exist in the cache
31
- name: Initiate empty environment
0 commit comments