Skip to content

Commit f8788b2

Browse files
authored
Merge pull request #67 from arkedge/renovate/actions-checkout-4.x
Update actions/checkout action to v4.1.7
2 parents 995ec25 + 92d40c5 commit f8788b2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: actionlint with reviewdog
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/[email protected].1
13+
- uses: actions/[email protected].7
1414

1515
- name: actionlint
1616
uses: reviewdog/[email protected]

.github/workflows/check-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build_img:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/[email protected].1
16+
- uses: actions/[email protected].7
1717

1818
- name: Set up Docker Buildx
1919
uses: docker/[email protected]

.github/workflows/validate-renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/[email protected].1
15+
- uses: actions/[email protected].7
1616
- uses: actions/[email protected]
1717

1818
- name: install

0 commit comments

Comments
 (0)