Skip to content

Commit 83dd8ae

Browse files
Merge pull request #1184 from rabbitmq/dependabot/github_actions/main/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 2a32903 + 6074dcf commit 83dd8ae

7 files changed

+7
-7
lines changed

.github/workflows/publish-snapshot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111
- name: Set up Python
12-
uses: actions/setup-python@v4
12+
uses: actions/setup-python@v5
1313
with:
1414
python-version: '3.x'
1515
- name: Set up JDK

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Evaluate release type
1313
run: ci/evaluate-release.sh
1414
- name: Set up Python
15-
uses: actions/setup-python@v4
15+
uses: actions/setup-python@v5
1616
with:
1717
python-version: '3.x'
1818
- name: Set up JDK

.github/workflows/test-native-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
repository: rabbitmq/rabbitmq-graal-vm-test
2323
path: './rabbitmq-graal-vm-test'
2424
- name: Set up Python
25-
uses: actions/setup-python@v4
25+
uses: actions/setup-python@v5
2626
with:
2727
python-version: '3.x'
2828
- name: Set up GraalVM

.github/workflows/test-rabbitmq-alphas.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
repository: rabbitmq/tls-gen
2727
path: './tls-gen'
2828
- name: Set up Python
29-
uses: actions/setup-python@v4
29+
uses: actions/setup-python@v5
3030
with:
3131
python-version: '3.x'
3232
- name: Set up JDK

.github/workflows/test-supported-java-versions-5.x.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
repository: rabbitmq/tls-gen
2323
path: './tls-gen'
2424
- name: Set up Python
25-
uses: actions/setup-python@v4
25+
uses: actions/setup-python@v5
2626
with:
2727
python-version: '3.x'
2828
- name: Set up JDK

.github/workflows/test-supported-java-versions-main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
repository: rabbitmq/tls-gen
2121
path: './tls-gen'
2222
- name: Set up Python
23-
uses: actions/setup-python@v4
23+
uses: actions/setup-python@v5
2424
with:
2525
python-version: '3.x'
2626
- name: Set up JDK

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
repository: rabbitmq/tls-gen
2222
path: './tls-gen'
2323
- name: Set up Python
24-
uses: actions/setup-python@v4
24+
uses: actions/setup-python@v5
2525
with:
2626
python-version: '3.x'
2727
- name: Set up JDK

0 commit comments

Comments
 (0)