mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-23 08:58:22 +00:00
chore: Update outdated GitHub Actions versions
This commit is contained in:
parent
7df27d8383
commit
895d14e0c6
2 changed files with 4 additions and 4 deletions
4
.github/workflows/lint_python.yml
vendored
4
.github/workflows/lint_python.yml
vendored
|
|
@ -8,8 +8,8 @@ jobs:
|
|||
lint_python:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v4
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: 3.x
|
||||
- run: pip install --upgrade pip ruff setuptools wheel
|
||||
|
|
|
|||
4
.github/workflows/test_install.yml
vendored
4
.github/workflows/test_install.yml
vendored
|
|
@ -19,8 +19,8 @@ jobs:
|
|||
- "17\n1\n1\n" # Install, run, uninstall, press ENTER to continue
|
||||
- "99" # Install, run, quit
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v4
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: 3.x
|
||||
cache: 'pip'
|
||||
|
|
|
|||
Loading…
Reference in a new issue