Skip to content

Commit d20bf49

Browse files
Merge pull request #40 from chatnoir-eu/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents a2218c4 + abacc80 commit d20bf49

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: 📥 Check-out
2020
uses: actions/checkout@v5
2121
- name: 🧰 Install Python
22-
uses: actions/setup-python@v5
22+
uses: actions/setup-python@v6
2323
with:
2424
python-version: ${{ matrix.python }}
2525
cache: pip
@@ -51,7 +51,7 @@ jobs:
5151
- name: "📥 Check-out"
5252
uses: actions/checkout@v5
5353
- name: "🧰 Install Python"
54-
uses: actions/setup-python@v5
54+
uses: actions/setup-python@v6
5555
with:
5656
python-version: ${{ matrix.python }}
5757
cache: pip
@@ -77,7 +77,7 @@ jobs:
7777
- name: "🧰 Install Protoc"
7878
run: sudo apt install protobuf-compiler
7979
- name: "🧰 Install Python"
80-
uses: actions/setup-python@v5
80+
uses: actions/setup-python@v6
8181
with:
8282
python-version: ${{ matrix.python }}
8383
cache: pip
@@ -103,7 +103,7 @@ jobs:
103103
- name: "🧰 Install Protoc"
104104
run: sudo apt install protobuf-compiler
105105
- name: "🧰 Install Python"
106-
uses: actions/setup-python@v5
106+
uses: actions/setup-python@v6
107107
with:
108108
python-version: ${{ matrix.python }}
109109
cache: pip
@@ -125,7 +125,7 @@ jobs:
125125
- name: "📥 Check-out"
126126
uses: actions/checkout@v5
127127
- name: "🧰 Install Python"
128-
uses: actions/setup-python@v5
128+
uses: actions/setup-python@v6
129129
with:
130130
python-version: ${{ matrix.python }}
131131
cache: pip

0 commit comments

Comments
 (0)