Skip to content

Commit e55a212

Browse files
authored
Merge pull request #28 from webcomics/renovate/actions-checkout-6.x
2 parents dfddd97 + d7ba990 commit e55a212

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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-2vcpu-ubuntu-2404
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020

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

.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-2vcpu-ubuntu-2404
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919

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

0 commit comments

Comments
 (0)