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 68714ee commit 249c48dCopy full SHA for 249c48d
.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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
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