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 153eb03 commit 371c98fCopy full SHA for 371c98f
1 file changed
.github/workflows/ci.yml
@@ -12,8 +12,8 @@ jobs:
12
validate:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
16
- - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
+ - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
+ - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
17
with:
18
python-version: "3.12"
19
cache: pip
0 commit comments