mirror of
https://github.com/TheAlgorithms/Python.git
synced 2026-03-13 09:50:19 +08:00
Upgrade GitHub Actions (#6236)
* Upgrade GitHub Actions
* updating DIRECTORY.md
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
6
.github/workflows/directory_writer.yml
vendored
6
.github/workflows/directory_writer.yml
vendored
@@ -6,8 +6,10 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1 # v1, NOT v2
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: actions/checkout@v1 # v1, NOT v2 or v3
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.x
|
||||
- name: Write DIRECTORY.md
|
||||
run: |
|
||||
scripts/build_directory_md.py 2>&1 | tee DIRECTORY.md
|
||||
|
||||
Reference in New Issue
Block a user