Skip to content

Commit 19e3012

Browse files
committed
Upgrade github actions versions
1 parent 616efc8 commit 19e3012

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
- "examples/picosdk-blink"
1919
runs-on: ${{ matrix.os }}
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
with:
2323
submodules: "recursive"
2424
- name: Set up Python
25-
uses: actions/setup-python@v3
25+
uses: actions/setup-python@v5
2626
with:
2727
python-version: "3.9"
2828
- name: Enable Long Paths

0 commit comments

Comments
 (0)