From 34374fc556fdcbd5a52f9fd0c5d56380fe34f706 Mon Sep 17 00:00:00 2001 From: Yuki MIZUNO Date: Thu, 1 Feb 2024 01:56:51 +0900 Subject: [PATCH] Update github actions --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e6c794..ce5c68b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,14 +14,14 @@ jobs: - examples/native_sdl steps: - - uses: actions/checkout@v3 - - uses: actions/cache@v3 + - uses: actions/checkout@v4 + - uses: actions/cache@v4 with: path: | ~/.cache/pip ~/.platformio/.cache key: ${{ runner.os }}-pio - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: '3.9' - name: Install PlatformIO Core @@ -44,8 +44,8 @@ jobs: - examples/dial_number steps: - - uses: actions/checkout@v3 - - uses: actions/cache@v3 + - uses: actions/checkout@v4 + - uses: actions/cache@v4 with: path: | ${{ matrix.example }}/build