Skip to content

Commit 944f671

Browse files
koboltmarkyRenovate Bot
andauthored
chore(deps): update actions/checkout action to v7 (#25)
Co-authored-by: Renovate Bot <renovate-bot@unbyte.de>
1 parent b1b6225 commit 944f671

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/hcloud-image-builder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
# https://github.com/actions/checkout
4949
- name: Checkout
50-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
50+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5151

5252
- name: Build
5353
shell: bash

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
# https://github.com/actions/checkout
1616
- name: Checkout
17-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
17+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1818

1919
# https://github.com/actions/setup-python
2020
- name: Set up python

0 commit comments

Comments
 (0)