From b1ddecaad89f197565dc39c30ec86e57a7ed5df7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 02:18:51 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codespell.yml | 2 +- .github/workflows/kibot.yml | 2 +- .github/workflows/pico-build.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 9127d8e..4fa2335 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -8,7 +8,7 @@ jobs: name: Check for spelling errors runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: codespell-project/actions-codespell@master with: check_filenames: true diff --git a/.github/workflows/kibot.yml b/.github/workflows/kibot.yml index b51780b..49a2c3a 100644 --- a/.github/workflows/kibot.yml +++ b/.github/workflows/kibot.yml @@ -28,7 +28,7 @@ jobs: container: image: setsoft/kicad_auto:ki6 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # Checks - name: run ERC run: | diff --git a/.github/workflows/pico-build.yml b/.github/workflows/pico-build.yml index a4e433e..5b3509e 100644 --- a/.github/workflows/pico-build.yml +++ b/.github/workflows/pico-build.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: 'true' @@ -27,7 +27,7 @@ jobs: run: sudo apt update && sudo apt install gcc-arm-none-eabi libnewlib-arm-none-eabi build-essential libzopfli-dev - name: Clone pico-sdk - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: raspberrypi/pico-sdk ref: 1.5.1