Skip to content

Commit e610e75

Browse files
authored
Merge pull request #1964 from dbcli/dependabot/github_actions/actions/setup-python-6.3.0
Bump actions/setup-python from 6.2.0 to 6.3.0
2 parents ce8fc1f + 52c6117 commit e610e75

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
version: "latest"
3030

3131
- name: Set up Python ${{ matrix.python-version }}
32-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
32+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535

@@ -71,7 +71,7 @@ jobs:
7171
version: "latest"
7272

7373
- name: Set up Python ${{ matrix.python-version }}
74-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
74+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
7575
with:
7676
python-version: ${{ matrix.python-version }}
7777

@@ -121,7 +121,7 @@ jobs:
121121
version: 'latest'
122122

123123
- name: Set up Python ${{ matrix.python-version }}
124-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
124+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
125125
with:
126126
python-version: ${{ matrix.python-version }}
127127

@@ -224,7 +224,7 @@ jobs:
224224
version: "latest"
225225

226226
- name: Set up Python ${{ matrix.python-version }}
227-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
227+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
228228
with:
229229
python-version: '3.14'
230230

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
version: "latest"
3535

3636
- name: Set up Python ${{ matrix.python-version }}
37-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
37+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
3838
with:
3939
python-version: ${{ matrix.python-version }}
4040

@@ -79,7 +79,7 @@ jobs:
7979
version: "latest"
8080

8181
- name: Set up Python ${{ matrix.python-version }}
82-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
82+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
8383
with:
8484
python-version: ${{ matrix.python-version }}
8585

@@ -129,7 +129,7 @@ jobs:
129129
version: 'latest'
130130

131131
- name: Set up Python ${{ matrix.python-version }}
132-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
132+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
133133
with:
134134
python-version: ${{ matrix.python-version }}
135135

@@ -231,7 +231,7 @@ jobs:
231231
version: "latest"
232232

233233
- name: Set up Python
234-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
234+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
235235
with:
236236
python-version: '3.14'
237237

.github/workflows/typecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2222

2323
- name: Set up Python
24-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
24+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
2525
with:
2626
python-version: '3.14'
2727

0 commit comments

Comments
 (0)