generated from devops-infra/template-action
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #60 from devops-infra/dependabot/github_actions/ac…
…tions/checkout-2.4.0 Bump actions/checkout from 2.3.5 to 2.4.0
- Loading branch information
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v2.3.5 | ||
uses: actions/checkout@v2.4.0 | ||
|
||
- name: Download labels' config | ||
shell: bash | ||
|
@@ -30,7 +30,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v2.3.5 | ||
uses: actions/checkout@v2.4.0 | ||
|
||
- name: Docker Lint | ||
uses: luke142367/[email protected] | ||
|
@@ -48,7 +48,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v2.3.5 | ||
uses: actions/checkout@v2.4.0 | ||
|
||
- name: Build Docker image and push to registry | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v2.3.5 | ||
uses: actions/checkout@v2.4.0 | ||
|
||
- name: Download labels' config | ||
shell: bash | ||
|
@@ -32,7 +32,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v2.3.5 | ||
uses: actions/checkout@v2.4.0 | ||
|
||
- name: Docker Lint | ||
uses: luke142367/[email protected] | ||
|
@@ -50,7 +50,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v2.3.5 | ||
uses: actions/checkout@v2.4.0 | ||
|
||
- name: Build Docker image | ||
env: | ||
|
@@ -62,7 +62,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v2.3.5 | ||
uses: actions/checkout@v2.4.0 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|