Skip to content

Commit 85c4837

Browse files
authored
Merge pull request #2657 from espruino/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 7d1a712 + b1ab676 commit 85c4837

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@v5
4747
with:
4848
fetch-depth: 0
49-
- uses: actions/setup-python@v5
49+
- uses: actions/setup-python@v6
5050
with:
5151
python-version: 3.9
5252
- name: make ${{ matrix.board }}
@@ -85,7 +85,7 @@ jobs:
8585
- uses: actions/checkout@v5
8686
with:
8787
fetch-depth: 0
88-
- uses: actions/setup-python@v5
88+
- uses: actions/setup-python@v6
8989
with:
9090
python-version: 3.9
9191
- name: make ${{ matrix.board }}
@@ -123,7 +123,7 @@ jobs:
123123
- uses: actions/checkout@v5
124124
with:
125125
fetch-depth: 0
126-
- uses: actions/setup-python@v5
126+
- uses: actions/setup-python@v6
127127
with:
128128
python-version: 3.9
129129
- name: make ${{ matrix.board }}

0 commit comments

Comments
 (0)