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 8b8ed9d commit 270eacaCopy full SHA for 270eaca
.github/workflows/test.yml
@@ -6,9 +6,9 @@ jobs:
6
build:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v4
+ - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
10
- name: Set up Python
11
- uses: actions/setup-python@v5
+ uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
12
with:
13
python-version: '3.11'
14
- name: Upgrade python tooling
0 commit comments