From 10ff0d1cbc9e05c81d811cc341bd4f4fd60e6795 Mon Sep 17 00:00:00 2001 From: Pavlo Dudnytskyi Date: Thu, 25 Apr 2024 07:19:28 +0200 Subject: [PATCH] Updated checkout to latest version --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fa5dd30..fd6cc5b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: - tests/libretiny-smartair2.yaml steps: - name: Checkout code - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v4.1.3 - name: Install esphome run: pip3 install -U esphome - name: Version esphome