Skip to content

Commit 17c98b4

Browse files
authored
Update run.yml
1 parent 205efd9 commit 17c98b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v2
8-
- uses: actions/setup-python@v1
8+
- uses: actions/setup-python@v3
99
- run: pip install bcrypt
1010
- run: echo pass | python simplebcrypt.py
1111
- run: echo Done

0 commit comments

Comments
 (0)