From 8ca47744698184abf8fcb0088d1dd0d42594768f Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 16:57:57 +0000 Subject: [PATCH] Update actions/checkout action to v7 Update actions/checkout Changelog-entry: Update actions/checkout to v7.0.0 --- .github/workflows/meta-balena-esr.yml | 2 +- .github/workflows/update-backports.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/meta-balena-esr.yml b/.github/workflows/meta-balena-esr.yml index 389d8efb88..a7fbdb41c0 100644 --- a/.github/workflows/meta-balena-esr.yml +++ b/.github/workflows/meta-balena-esr.yml @@ -80,7 +80,7 @@ jobs: owner: ${{ github.repository_owner }} repositories: ${{ github.event.repository.name }} - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: # The default GITHUB_TOKEN does not have workflow scope # This is needed to push a new branch with workflow files diff --git a/.github/workflows/update-backports.yml b/.github/workflows/update-backports.yml index e7685b1098..587a16331a 100644 --- a/.github/workflows/update-backports.yml +++ b/.github/workflows/update-backports.yml @@ -38,7 +38,7 @@ jobs: repositories: > ["${{ github.event.repository.name }}"] - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: # The default GITHUB_TOKEN does not have workflow scope # This is needed to push a new branch with workflow files