Skip to content

Commit d503cc6

Browse files
chore(deps): update actions/setup-python action to v6.3.0
1 parent 6cfeae9 commit d503cc6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/functional-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
with:
128128
go-version-file: go.mod
129129

130-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
130+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
131131
if: steps.changes.outputs.relevant != 'false'
132132
with:
133133
python-version: "3.12"

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
go-version-file: go.mod
2222

23-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
23+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
2424
with:
2525
python-version: "3.12"
2626

0 commit comments

Comments
 (0)