| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0cf39ef commit 4d55e60
9 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,7 +20,7 @@ jobs: | |||
| 20 | 20 | ||
| 21 | 21 | steps: | |
| 22 | 22 | - uses: actions/checkout@v5 | |
| 23 | - - uses: actions/setup-python@v5 | ||
| 23 | + - uses: actions/setup-python@v6 | ||
| 24 | 24 | with: | |
| 25 | 25 | python-version: "3.11" | |
| 26 | 26 | ||
@@ -58,7 +58,7 @@ jobs: | |||
| 58 | 58 | # The baseline revision could be rather old so a full clone is ideal. | |
| 59 | 59 | fetch-depth: 0 | |
| 60 | 60 | ||
| 61 | - - uses: actions/setup-python@v5 | ||
| 61 | + - uses: actions/setup-python@v6 | ||
| 62 | 62 | with: | |
| 63 | 63 | python-version: "3.11" | |
| 64 | 64 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,7 +13,7 @@ jobs: | |||
| 13 | 13 | runs-on: ubuntu-latest | |
| 14 | 14 | steps: | |
| 15 | 15 | - uses: actions/checkout@v5 | |
| 16 | - - uses: actions/setup-python@v5 | ||
| 16 | + - uses: actions/setup-python@v6 | ||
| 17 | 17 | with: | |
| 18 | 18 | python-version: "*" | |
| 19 | 19 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -24,7 +24,7 @@ jobs: | |||
| 24 | 24 | - uses: actions/checkout@v5 | |
| 25 | 25 | ||
| 26 | 26 | - name: Set up latest Python | |
| 27 | - uses: actions/setup-python@v5 | ||
| 27 | + uses: actions/setup-python@v6 | ||
| 28 | 28 | with: | |
| 29 | 29 | python-version: "3.13" | |
| 30 | 30 | allow-prereleases: true | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -28,7 +28,7 @@ jobs: | |||
| 28 | 28 | - uses: actions/checkout@v5 | |
| 29 | 29 | ||
| 30 | 30 | - name: Set up Python ${{ matrix.python-version }} | |
| 31 | - uses: actions/setup-python@v5 | ||
| 31 | + uses: actions/setup-python@v6 | ||
| 32 | 32 | with: | |
| 33 | 33 | python-version: ${{ matrix.python-version }} | |
| 34 | 34 | allow-prereleases: true | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -24,7 +24,7 @@ jobs: | |||
| 24 | 24 | fi | |
| 25 | 25 | ||
| 26 | 26 | - name: Set up latest Python | |
| 27 | - uses: actions/setup-python@v5 | ||
| 27 | + uses: actions/setup-python@v6 | ||
| 28 | 28 | with: | |
| 29 | 29 | python-version: "3.13" | |
| 30 | 30 | allow-prereleases: true | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,7 +21,7 @@ jobs: | |||
| 21 | 21 | - uses: actions/checkout@v5 | |
| 22 | 22 | ||
| 23 | 23 | - name: Set up latest Python | |
| 24 | - uses: actions/setup-python@v5 | ||
| 24 | + uses: actions/setup-python@v6 | ||
| 25 | 25 | with: | |
| 26 | 26 | python-version: "3.13" | |
| 27 | 27 | allow-prereleases: true | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -34,7 +34,7 @@ jobs: | |||
| 34 | 34 | # Give us all history, branches and tags | |
| 35 | 35 | fetch-depth: 0 | |
| 36 | 36 | - name: Set up Python ${{ matrix.python-version }} | |
| 37 | - uses: actions/setup-python@v5 | ||
| 37 | + uses: actions/setup-python@v6 | ||
| 38 | 38 | with: | |
| 39 | 39 | python-version: ${{ matrix.python-version }} | |
| 40 | 40 | allow-prereleases: true | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -38,7 +38,7 @@ jobs: | |||
| 38 | 38 | - uses: actions/checkout@v5 | |
| 39 | 39 | ||
| 40 | 40 | - name: Set up Python ${{ matrix.python-version }} | |
| 41 | - uses: actions/setup-python@v5 | ||
| 41 | + uses: actions/setup-python@v6 | ||
| 42 | 42 | with: | |
| 43 | 43 | python-version: ${{ matrix.python-version }} | |
| 44 | 44 | allow-prereleases: true | |
@@ -97,7 +97,7 @@ jobs: | |||
| 97 | 97 | - uses: actions/checkout@v5 | |
| 98 | 98 | ||
| 99 | 99 | - name: Set up latest Python | |
| 100 | - uses: actions/setup-python@v5 | ||
| 100 | + uses: actions/setup-python@v6 | ||
| 101 | 101 | with: | |
| 102 | 102 | python-version: "3.12.4" | |
| 103 | 103 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -32,7 +32,7 @@ jobs: | |||
| 32 | 32 | - uses: actions/checkout@v5 | |
| 33 | 33 | ||
| 34 | 34 | - name: Set up latest Python | |
| 35 | - uses: actions/setup-python@v5 | ||
| 35 | + uses: actions/setup-python@v6 | ||
| 36 | 36 | with: | |
| 37 | 37 | python-version: "3.12.4" | |
| 38 | 38 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments