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 e828528 commit 92ab19eCopy full SHA for 92ab19e
.github/workflows/cd.yml
@@ -11,7 +11,7 @@ jobs:
11
contents: read
12
packages: write
13
steps:
14
- - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
+ - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
15
- name: Install poetry
16
run: pipx install poetry
17
- name: Set up Python 3.8
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
18
19
20
21
0 commit comments