From f18302055e3ef2137c0ebd8fbda0e496b6a7b571 Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 18:03:29 +0000 Subject: [PATCH] Pin actions/checkout action to 50fbc62 Update actions/checkout 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 382b396..38805c9 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@v1 + - uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1 - name: Check specs run: | ./specs.sh