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 0f3d62a commit e9ba3e5Copy full SHA for e9ba3e5
1 file changed
.github/workflows/python-app.yml
@@ -18,9 +18,9 @@ jobs:
18
runs-on: ubuntu-latest
19
20
steps:
21
- - uses: actions/checkout@v3
+ - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
22
- name: Set up Python 3.10
23
- uses: actions/setup-python@v3
+ uses: actions/setup-python@3542bca2639a428e1796aaa6a2ffef0c0f575566 # v3
24
with:
25
python-version: "3.10"
26
- name: Install dependencies
0 commit comments