Skip to content

Commit 78eb2e2

Browse files
authored
Merge pull request #22 from webcomics/renovate/actions-checkout-5.x
2 parents 9eb841b + 0f67f67 commit 78eb2e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/hub-description.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: blacksmith-4vcpu-ubuntu-2404
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

2121
- name: Docker Hub Description
2222
uses: peter-evans/dockerhub-description@v4

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: blacksmith-4vcpu-ubuntu-2404
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919

2020
- name: Lint
2121
uses: hadolint/hadolint-action@v3.1.0

0 commit comments

Comments
 (0)