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 205efd9 commit 17c98b4Copy full SHA for 17c98b4
.github/workflows/run.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- uses: actions/checkout@v2
8
- - uses: actions/setup-python@v1
+ - uses: actions/setup-python@v3
9
- run: pip install bcrypt
10
- run: echo pass | python simplebcrypt.py
11
- run: echo Done
0 commit comments