| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -16,7 +16,7 @@ jobs: | |||
| 16 | 16 | steps: | |
| 17 | 17 | - name: Force LF line endings | |
| 18 | 18 | run: git config --global core.autocrlf input | |
| 19 | - - uses: actions/checkout@v3 | ||
| 19 | + - uses: actions/checkout@v4 | ||
| 20 | 20 | with: | |
| 21 | 21 | fetch-depth: 9999 | |
| 22 | 22 | - uses: cygwin/cygwin-install-action@v4 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,7 @@ jobs: | |||
| 7 | 7 | runs-on: ubuntu-latest | |
| 8 | 8 | ||
| 9 | 9 | steps: | |
| 10 | - - uses: actions/checkout@v3 | ||
| 10 | + - uses: actions/checkout@v4 | ||
| 11 | 11 | - uses: actions/setup-python@v4 | |
| 12 | 12 | with: | |
| 13 | 13 | python-version: "3.x" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,7 +18,7 @@ jobs: | |||
| 18 | 18 | python-version: [3.7, 3.8, 3.9, "3.10", "3.11"] | |
| 19 | 19 | ||
| 20 | 20 | steps: | |
| 21 | - - uses: actions/checkout@v3 | ||
| 21 | + - uses: actions/checkout@v4 | ||
| 22 | 22 | with: | |
| 23 | 23 | fetch-depth: 9999 | |
| 24 | 24 | - name: Set up Python ${{ matrix.python-version }} | |
| Back | FazBrowse Home | New Git URL |
0 commit comments