Skip to content

Commit 21569b9

Browse files
Bump actions/setup-python from 5 to 6 (JuliaHubOSS#228)
1 parent 1f0a050 commit 21569b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
ln -s `which gcc-14` gcc
5050
5151
- name: Update Python
52-
uses: actions/setup-python@v5
52+
uses: actions/setup-python@v6
5353
with:
5454
python-version: '3.x'
5555

@@ -92,7 +92,7 @@ jobs:
9292
path: ${{ github.workspace }}/llvm/projects/llvm-cbe
9393

9494
- name: Update Python
95-
uses: actions/setup-python@v5
95+
uses: actions/setup-python@v6
9696
with:
9797
python-version: '3.x'
9898

0 commit comments

Comments
 (0)