From d1621bfec5cee3b5f888a1025611356a45169ade Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 15:59:08 +0000 Subject: [PATCH] Update actions/checkout action to v4 Update actions/checkout from 1 to 4 Change-type: patch --- .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 38805c9..f4444cc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: # runs-on: actuated-arm64-2cpu-8gb runs-on: actuated-2cpu-8gb steps: - - uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - name: Check specs run: | ./specs.sh