| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1f09f40 commit 6ab3213
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -25,7 +25,7 @@ jobs: | |||
| 25 | 25 | with: | |
| 26 | 26 | fetch-depth: 0 | |
| 27 | 27 | - name: Set up Python ${{ matrix.python-version }} | |
| 28 | - uses: actions/setup-python@v6 | ||
| 28 | + uses: actions/setup-python@v7 | ||
| 29 | 29 | with: | |
| 30 | 30 | python-version: ${{ matrix.python-version }} | |
| 31 | 31 | - name: Install dependencies | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,7 +10,7 @@ jobs: | |||
| 10 | 10 | steps: | |
| 11 | 11 | - uses: actions/checkout@v7 | |
| 12 | 12 | - name: Set up Python | |
| 13 | - uses: actions/setup-python@v6 | ||
| 13 | + uses: actions/setup-python@v7 | ||
| 14 | 14 | - name: Install dependencies | |
| 15 | 15 | run: | | |
| 16 | 16 | python -m pip install --upgrade pip | |
@@ -32,7 +32,7 @@ jobs: | |||
| 32 | 32 | steps: | |
| 33 | 33 | - uses: actions/checkout@v7 | |
| 34 | 34 | - name: Set up Python | |
| 35 | - uses: actions/setup-python@v6 | ||
| 35 | + uses: actions/setup-python@v7 | ||
| 36 | 36 | - name: Install dependencies | |
| 37 | 37 | run: | | |
| 38 | 38 | python -m pip install --upgrade pip | |
| Back | FazBrowse Home | New Git URL |
0 commit comments