From b941da0f4252dcd8ccc00891d84e93b8f46becb4 Mon Sep 17 00:00:00 2001 From: tobozo Date: Sun, 16 Jun 2024 15:28:25 +0200 Subject: [PATCH] Updated actions versions --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 25c5471..c88dc8d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,7 +22,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: arduino/arduino-lint-action@v1 with: project-type: library