From 05a3689f1e7016b7331ced9c05a6d415455e48b9 Mon Sep 17 00:00:00 2001 From: Ing-Dom Date: Sun, 14 Jan 2024 23:08:47 +0100 Subject: [PATCH] test --- .github/workflows/platform-io.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/platform-io.yml b/.github/workflows/platform-io.yml index 3fabb8f1..74400727 100644 --- a/.github/workflows/platform-io.yml +++ b/.github/workflows/platform-io.yml @@ -11,9 +11,9 @@ jobs: # example: [path/to/test/file.c, examples/file.ino, path/to/test/directory] steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v5 - name: Set up Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v5 - name: Install dependencies run: | python -m pip install --upgrade pip