Skip to content

Commit 9890e85

Browse files
ParamonPlaycclauss
authored andcommitted
No issues so far (TheAlgorithms#3835)
* Simplify GitHub Actions * Update stale.yml Co-authored-by: Christian Clauss <[email protected]>
1 parent a39d527 commit 9890e85

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Diff for: .github/workflows/directory_writer.yml

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ jobs:
88
steps:
99
- uses: actions/checkout@v1 # v1, NOT v2
1010
- uses: actions/setup-python@v2
11-
with:
12-
python-version: 3.x
1311
- name: Write DIRECTORY.md
1412
run: |
1513
scripts/build_directory_md.py 2>&1 | tee DIRECTORY.md

Diff for: .github/workflows/stale.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
stale:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/stale@v1
9+
- uses: actions/stale@v3
1010
with:
1111
repo-token: ${{ secrets.GITHUB_TOKEN }}
1212
stale-issue-message: >

0 commit comments

Comments
 (0)