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 b306762 commit e14dbe0Copy full SHA for e14dbe0
.github/workflows/cd.yml
@@ -11,7 +11,7 @@ jobs:
11
contents: read
12
packages: write
13
steps:
14
- - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+ - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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