Skip to content

Commit cc4c74d

Browse files
Bump actions/checkout from v2 to v2.3.0
Bumps [actions/checkout](https://github.com/actions/checkout) from v2 to v2.3.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/master/CHANGELOG.md) - [Commits](actions/checkout@v2...b4483ad) Signed-off-by: dependabot[bot] <[email protected]>
1 parent d8ac1b0 commit cc4c74d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
if: '!github.event.deleted'
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v2.3.0
1010
- name: Build and push Docker images
1111
uses: docker/[email protected]
1212
with:

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
name: Hadolint
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v2
8+
- uses: actions/checkout@v2.3.0
99
- name: hadolint
1010
uses: reviewdog/action-hadolint@v1
1111
with:

0 commit comments

Comments
 (0)