mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings
synced 2025-12-06 08:54:40 +01:00
Upgrade GitHub Actions
* https://github.com/actions/checkout/releases * https://github.com/actions/setup-python/releases
This commit is contained in:
parent
bd5b09a85b
commit
707c06272f
1 changed files with 3 additions and 3 deletions
6
.github/workflows/mkdocs-build.yml
vendored
6
.github/workflows/mkdocs-build.yml
vendored
|
|
@ -8,12 +8,12 @@ jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
# Checks-out submodules
|
# Checks-out submodules
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v5
|
||||||
- name: Checkout submodules
|
- name: Checkout submodules
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
git submodule add https://github.com/swisskyrepo/PayloadsAllTheThings/ docs
|
git submodule add https://github.com/swisskyrepo/PayloadsAllTheThings/ docs
|
||||||
mv docs/.github/overrides .
|
mv docs/.github/overrides .
|
||||||
|
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: 3.x
|
python-version: 3.x
|
||||||
- run: pip install mkdocs-material
|
- run: pip install mkdocs-material
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue