Skip to content

Commit 5a5ca06

Browse files
Saransh-cppcclausspre-commit-ci[bot]
authored
Update actions/checkout with fetch-depth: 0 (TheAlgorithms#9046)
* Update `actions/checkout` with `fetch-depth: 0` * Update directory_writer.yml * Create junk.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update directory_writer.yml * Update directory_writer.yml --------- Co-authored-by: Christian Clauss <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c9b4b80 commit 5a5ca06

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/directory_writer.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v1 # v1, NOT v2 or v3
9+
- uses: actions/checkout@v4
10+
with:
11+
fetch-depth: 0
1012
- uses: actions/setup-python@v4
1113
with:
1214
python-version: 3.x

arithmetic_analysis/junk.py

Whitespace-only changes.

0 commit comments

Comments
 (0)