Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit fe3908b

Browse files
Merge pull request #24 from reload/dependabot/github_actions/actions/checkout-4
2 parents c751083 + 53425c7 commit fe3908b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Docker build${{ (github.ref == format('refs/heads/{0}', github.event.repository.default_branch) && ' and push') || '' }}
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
- name: Set up QEMU
1212
uses: docker/setup-qemu-action@v2
1313
- name: Set up Docker Buildx

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ jobs:
66
name: Hadolint
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010
- name: Run hadolint
1111
uses: hadolint/[email protected]

0 commit comments

Comments
 (0)