From 7c4194687ac3a47dbe0f5b6facbcea2096453dd8 Mon Sep 17 00:00:00 2001 From: Ing-Dom Date: Sun, 14 Jan 2024 23:12:26 +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 74400727..ba0ec334 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@v5 + - uses: actions/checkout@v4.1.1 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v5.0.0 - name: Install dependencies run: | python -m pip install --upgrade pip