Skip to content

Commit 1f008dc

Browse files
authored
Merge pull request #3 from stackitcloud/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents 2b389f1 + 50de795 commit 1f008dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1818

1919
- name: Set up Python
2020
uses: actions/setup-python@v4

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Check out the repo
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515

1616
- name: Set up Python
1717
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)