Skip to content

Commit f63995a

Browse files
Merge branch 'master' into create-new-session-after-some-time
2 parents 4d09b89 + 2ef96f8 commit f63995a

11 files changed

+14
-14
lines changed

.github/workflows/_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
python-version: ${{ inputs.python-version }}
4949

5050
- name: Install uv
51-
uses: astral-sh/setup-uv@v4
51+
uses: astral-sh/setup-uv@v5
5252

5353
- name: Check git status (not Windows)
5454
if: runner.os != 'Windows'

.github/workflows/_build_doc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
python-version: ${{ inputs.python-version }}
3939

4040
- name: Install uv
41-
uses: astral-sh/setup-uv@v4
41+
uses: astral-sh/setup-uv@v5
4242

4343
- name: Install dependencies
4444
run: |

.github/workflows/_codecov.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
python-version: ${{ inputs.python-version }}
7676

7777
- name: Install uv
78-
uses: astral-sh/setup-uv@v4
78+
uses: astral-sh/setup-uv@v5
7979

8080
- name: Install package
8181
run: |
@@ -101,7 +101,7 @@ jobs:
101101
path: coverage.xml
102102

103103
- name: Upload coverage to Codecov
104-
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
104+
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
105105
with:
106106
token: ${{ secrets.CODECOV_TOKEN }}
107107
files: coverage.xml

.github/workflows/_codeql.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
# Initializes the CodeQL tools for scanning.
5252
- name: Initialize CodeQL
53-
uses: github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
53+
uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
5454
with:
5555
languages: python
5656
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -63,7 +63,7 @@ jobs:
6363
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
6464
# If this step fails, then you should remove it and run the build manually (see below)
6565
- name: Autobuild
66-
uses: github/codeql-action/autobuild@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
66+
uses: github/codeql-action/autobuild@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
6767

6868
# ℹ️ Command-line programs to run using the OS shell.
6969
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -76,6 +76,6 @@ jobs:
7676
# ./location_of_script_within_repo/buildscript.sh
7777

7878
- name: Perform CodeQL Analysis
79-
uses: github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
79+
uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
8080
with:
8181
category: "/language:python"

.github/workflows/_test_futures_private.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
python-version: ${{ inputs.python-version }}
6666

6767
- name: Install uv
68-
uses: astral-sh/setup-uv@v4
68+
uses: astral-sh/setup-uv@v5
6969

7070
- name: Install package (Linux or macOS)
7171
if: runner.os != 'Windows'

.github/workflows/_test_futures_public.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
python-version: ${{ inputs.python-version }}
5252

5353
- name: Install uv
54-
uses: astral-sh/setup-uv@v4
54+
uses: astral-sh/setup-uv@v5
5555

5656
- name: Install package (Linux or macOS)
5757
if: runner.os != 'Windows'

.github/workflows/_test_nft_private.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
python-version: ${{ inputs.python-version }}
5757

5858
- name: Install uv
59-
uses: astral-sh/setup-uv@v4
59+
uses: astral-sh/setup-uv@v5
6060

6161
- name: Install package (Linux or macOS)
6262
if: runner.os != 'Windows'

.github/workflows/_test_nft_public.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
python-version: ${{ inputs.python-version }}
5050

5151
- name: Install uv
52-
uses: astral-sh/setup-uv@v4
52+
uses: astral-sh/setup-uv@v5
5353

5454
- name: Install package (Linux or macOS)
5555
if: runner.os != 'Windows'

.github/workflows/_test_spot_private.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
python-version: ${{ inputs.python-version }}
6464

6565
- name: Install uv
66-
uses: astral-sh/setup-uv@v4
66+
uses: astral-sh/setup-uv@v5
6767

6868
- name: Install package (Linux or macOS)
6969
if: runner.os != 'Windows'

.github/workflows/_test_spot_public.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
python-version: ${{ inputs.python-version }}
5353

5454
- name: Install uv
55-
uses: astral-sh/setup-uv@v4
55+
uses: astral-sh/setup-uv@v5
5656

5757
- name: Install package (Linux or macOS)
5858
if: runner.os != 'Windows'

0 commit comments

Comments
 (0)