| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,7 +15,7 @@ jobs: | |||
| 15 | 15 | report_contents: ${{ steps.save-output.outputs.report_contents }} | |
| 16 | 16 | steps: | |
| 17 | 17 | - name: Setup python | |
| 18 | - uses: actions/setup-python@v6 | ||
| 18 | + uses: actions/setup-python@v7 | ||
| 19 | 19 | with: | |
| 20 | 20 | python-version: '3.14' | |
| 21 | 21 | - name: Checkout code | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,7 +20,7 @@ jobs: | |||
| 20 | 20 | name: integ-tests | |
| 21 | 21 | steps: | |
| 22 | 22 | - uses: actions/checkout@v7 | |
| 23 | - - uses: actions/setup-python@v6 | ||
| 23 | + - uses: actions/setup-python@v7 | ||
| 24 | 24 | with: | |
| 25 | 25 | python-version: '3.14' | |
| 26 | 26 | - name: run integration tests | |
@@ -31,7 +31,7 @@ jobs: | |||
| 31 | 31 | name: integ-tests | |
| 32 | 32 | steps: | |
| 33 | 33 | - uses: actions/checkout@v7 | |
| 34 | - - uses: actions/setup-python@v6 | ||
| 34 | + - uses: actions/setup-python@v7 | ||
| 35 | 35 | with: | |
| 36 | 36 | python-version: '3.14' | |
| 37 | 37 | - name: run integration tests | |
@@ -42,7 +42,7 @@ jobs: | |||
| 42 | 42 | name: integ-tests | |
| 43 | 43 | steps: | |
| 44 | 44 | - uses: actions/checkout@v7 | |
| 45 | - - uses: actions/setup-python@v6 | ||
| 45 | + - uses: actions/setup-python@v7 | ||
| 46 | 46 | with: | |
| 47 | 47 | python-version: '3.14' | |
| 48 | 48 | - name: run integration tests | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,7 +23,7 @@ jobs: | |||
| 23 | 23 | with: | |
| 24 | 24 | ref: main | |
| 25 | 25 | - name: Set up python | |
| 26 | - uses: actions/setup-python@v6 | ||
| 26 | + uses: actions/setup-python@v7 | ||
| 27 | 27 | with: | |
| 28 | 28 | python-version: '3.14' | |
| 29 | 29 | - name: Build | |
| Back | FazBrowse Home | New Git URL |
0 commit comments