Skip to content

Commit 3756c46

Browse files
chore(deps): update actions/setup-python action to v6.1.0 (#2972)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f83e92a commit 3756c46

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
with:
9898
persist-credentials: false
9999
- name: Set up Python
100-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
100+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
101101
with:
102102
python-version: 3.13
103103
- name: Set up JDK ${{ matrix.java-version }}

.github/workflows/repotests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ jobs:
267267
with:
268268
ruby-version: '3.4.7'
269269
- name: Set up Python
270-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
270+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
271271
with:
272272
python-version: '3.13'
273273
- name: setup-cocoapods # Not using an action, as it is not implemented for windows!
@@ -1041,7 +1041,7 @@ jobs:
10411041
CI: true
10421042
CDXGEN_TEMP_DIR: ${{ runner.temp }}/cdxgen-repotests
10431043
- name: Set up Python
1044-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
1044+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
10451045
with:
10461046
python-version: '3.13'
10471047
- uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # v1.268.0

0 commit comments

Comments
 (0)