Skip to content

Commit 34fc8da

Browse files
Update actions/checkout action to v7
Update actions/checkout from v6.1.0 to v7.0.1 Change-type: patch
1 parent bbcd391 commit 34fc8da

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
owner: ${{ github.repository_owner }}
8181
repositories: ${{ github.event.repository.name }}
8282

83-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
83+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
8484
with:
8585
# The default GITHUB_TOKEN does not have workflow scope
8686
# 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
41+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
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)