Skip to content

Commit 7159a21

Browse files
authored
Update Github Actions versions (#361)
1 parent 988666b commit 7159a21

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

integration/ci/github-actions.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ This variant is default choice for native PlatformIO projects:
5757
runs-on: ubuntu-latest
5858
5959
steps:
60-
- uses: actions/checkout@v3
61-
- uses: actions/cache@v3
60+
- uses: actions/checkout@v4
61+
- uses: actions/cache@v4
6262
with:
6363
path: |
6464
~/.cache/pip
6565
~/.platformio/.cache
6666
key: ${{ runner.os }}-pio
67-
- uses: actions/setup-python@v4
67+
- uses: actions/setup-python@v5
6868
with:
6969
python-version: '3.11'
7070
- name: Install PlatformIO Core
@@ -94,14 +94,14 @@ and boards from command line interface:
9494
example: [path/to/test/file.c, examples/file.ino, path/to/test/directory]
9595
9696
steps:
97-
- uses: actions/checkout@v3
98-
- uses: actions/cache@v3
97+
- uses: actions/checkout@v4
98+
- uses: actions/cache@v4
9999
with:
100100
path: |
101101
~/.cache/pip
102102
~/.platformio/.cache
103103
key: ${{ runner.os }}-pio
104-
- uses: actions/setup-python@v4
104+
- uses: actions/setup-python@v5
105105
with:
106106
python-version: '3.11'
107107
- name: Install PlatformIO Core
@@ -148,14 +148,14 @@ Integration for USB_Host_Shield_2.0 project. The ``workflow.yml`` configuration
148148
example: [examples/Bluetooth/PS3SPP/PS3SPP.ino, examples/pl2303/pl2303_gps/pl2303_gps.ino]
149149
150150
steps:
151-
- uses: actions/checkout@v3
152-
- uses: actions/cache@v3
151+
- uses: actions/checkout@v4
152+
- uses: actions/cache@v4
153153
with:
154154
path: |
155155
~/.cache/pip
156156
~/.platformio/.cache
157157
key: ${{ runner.os }}-pio
158-
- uses: actions/setup-python@v4
158+
- uses: actions/setup-python@v5
159159
with:
160160
python-version: '3.11'
161161
- name: Install PlatformIO Core

0 commit comments

Comments
 (0)