Skip to content

Commit 5591b41

Browse files
Update actions/checkout action to v6
Update actions/checkout from v4 to v6 Change-type: patch
1 parent 0f9c042 commit 5591b41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/meta-balena-esr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
repositories: >
5151
["${{ github.event.repository.name }}"]
5252
53-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
53+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
5454
with:
5555
# The default GITHUB_TOKEN does not have workflow scope
5656
# This is needed to push a new branch with workflow files

.github/workflows/update-backports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
repositories: >
3939
["${{ github.event.repository.name }}"]
4040
41-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
41+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
4242
with:
4343
# The default GITHUB_TOKEN does not have workflow scope
4444
# This is needed to push a new branch with workflow files

0 commit comments

Comments
 (0)