-
Notifications
You must be signed in to change notification settings - Fork 3
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 #9 from jethome-ru/dependabot/github_actions/actio…
…ns/checkout-2.4.0 Bump actions/checkout from 2.3.5 to 2.4.0
- Loading branch information
Showing
3 changed files
with
12 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
target: ${{ steps.information.outputs.target }} | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/checkout@v2.3.5 | ||
uses: actions/checkout@v2.4.0 | ||
- name: 🚀 Run add-on information action | ||
id: information | ||
uses: frenck/[email protected] | ||
|
@@ -36,7 +36,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/checkout@v2.3.5 | ||
uses: actions/checkout@v2.4.0 | ||
- name: 🚀 Run Add-on Lint | ||
uses: frenck/[email protected] | ||
with: | ||
|
@@ -50,7 +50,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/checkout@v2.3.5 | ||
uses: actions/checkout@v2.4.0 | ||
- name: 🚀 Run Hadolint | ||
uses: brpaz/[email protected] | ||
with: | ||
|
@@ -61,7 +61,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/checkout@v2.3.5 | ||
uses: actions/checkout@v2.4.0 | ||
- name: 🚀 Run JQ | ||
run: | | ||
shopt -s globstar | ||
|
@@ -72,7 +72,7 @@ jobs: | |
# runs-on: ubuntu-latest | ||
# steps: | ||
# - name: ⤵️ Check out code from GitHub | ||
# uses: actions/checkout@v2.3.5 | ||
# uses: actions/checkout@v2.4.0 | ||
# - name: 🚀 Run mdl | ||
# uses: actionshub/[email protected] | ||
|
||
|
@@ -81,7 +81,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/checkout@v2.3.5 | ||
uses: actions/checkout@v2.4.0 | ||
- name: 🚀 Run Shellcheck | ||
uses: ludeeus/[email protected] | ||
env: | ||
|
@@ -92,7 +92,7 @@ jobs: | |
# runs-on: ubuntu-latest | ||
# steps: | ||
# - name: ⤵️ Check out code from GitHub | ||
# uses: actions/checkout@v2.3.5 | ||
# uses: actions/checkout@v2.4.0 | ||
# - name: 🚀 Run YAMLLint | ||
# uses: frenck/[email protected] | ||
|
||
|
@@ -101,7 +101,7 @@ jobs: | |
# runs-on: ubuntu-latest | ||
# steps: | ||
# - name: ⤵️ Check out code from GitHub | ||
# uses: actions/checkout@v2.3.5 | ||
# uses: actions/checkout@v2.4.0 | ||
# - name: 🚀 Run Prettier | ||
# uses: creyD/[email protected] | ||
# with: | ||
|
@@ -126,7 +126,7 @@ jobs: | |
architecture: ${{ fromJson(needs.information.outputs.architectures) }} | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/checkout@v2.3.5 | ||
uses: actions/checkout@v2.4.0 | ||
- name: 🏗 Set up build cache | ||
id: cache | ||
uses: actions/[email protected] | ||
|
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 |
---|---|---|
|
@@ -33,7 +33,7 @@ jobs: | |
version: ${{ steps.release.outputs.version }} | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/checkout@v2.3.5 | ||
uses: actions/checkout@v2.4.0 | ||
- name: 🚀 Run add-on information action | ||
id: information | ||
uses: frenck/[email protected] | ||
|
@@ -69,7 +69,7 @@ jobs: | |
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/checkout@v2.3.5 | ||
uses: actions/checkout@v2.4.0 | ||
- name: 🏗 Set up build cache | ||
id: cache | ||
uses: actions/[email protected] | ||
|
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/checkout@v2.3.5 | ||
uses: actions/checkout@v2.4.0 | ||
- name: 🚀 Run Label Syncer | ||
uses: micnncim/[email protected] | ||
env: | ||
|