Skip to content

Commit ec8990d

Browse files
authored
Merge pull request #37 from arnested/dependabot/github_actions/actions/checkout-v2.3.1
Bump actions/checkout from v2.3.0 to v2.3.1
2 parents 040b31c + 95b4a05 commit ec8990d

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/[email protected].0
9+
- uses: actions/[email protected].1
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/[email protected].0
8+
- uses: actions/[email protected].1
99
- name: hadolint
1010
uses: reviewdog/action-hadolint@v1
1111
with:

0 commit comments

Comments
 (0)