We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf6909 commit 29f376aCopy full SHA for 29f376a
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
PRE_COMMIT_COLOR: "always"
25
steps:
26
- name: Check out the repository
27
- uses: actions/checkout@v4.2.0
+ uses: actions/checkout@v4.2.1
28
- name: Restore data cache
29
if: matrix.session == 'tests'
30
id: cache-data
@@ -103,7 +103,7 @@ jobs:
103
needs: tests
104
105
106
107
- name: Set up Python
108
uses: actions/setup-python@v5.2.0
109
with:
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
15
16
17
fetch-depth: 2
18
0 commit comments