-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/checkout from 3.1.0 to 4.2.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.1.0...v4.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
330d76a
commit 474e47f
Showing
5 changed files
with
19 additions
and
19 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 |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
target: ${{ steps.information.outputs.target }} | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v4.2.0 | ||
- name: 🚀 Run add-on information action | ||
id: information | ||
uses: frenck/[email protected] | ||
|
@@ -43,7 +43,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v4.2.0 | ||
- name: 🚀 Run Add-on Lint | ||
uses: frenck/[email protected] | ||
with: | ||
|
@@ -56,7 +56,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v4.2.0 | ||
- name: 🚀 Run Hadolint | ||
uses: brpaz/[email protected] | ||
with: | ||
|
@@ -67,7 +67,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v4.2.0 | ||
- name: 🚀 Run JQ | ||
run: | | ||
shopt -s globstar | ||
|
@@ -77,7 +77,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v4.2.0 | ||
- name: 🚀 Run mdl | ||
uses: actionshub/[email protected] | ||
|
||
|
@@ -86,7 +86,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v4.2.0 | ||
- name: 🚀 Run Shellcheck | ||
uses: ludeeus/[email protected] | ||
env: | ||
|
@@ -97,7 +97,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v4.2.0 | ||
- name: 🚀 Run YAMLLint | ||
uses: frenck/[email protected] | ||
|
||
|
@@ -106,7 +106,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v4.2.0 | ||
- name: 🚀 Run Prettier | ||
uses: creyD/[email protected] | ||
with: | ||
|
@@ -131,7 +131,7 @@ jobs: | |
architecture: ${{ fromJson(needs.information.outputs.architectures) }} | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v4.2.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 |
---|---|---|
|
@@ -40,7 +40,7 @@ jobs: | |
version: ${{ steps.release.outputs.version }} | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v4.2.0 | ||
- name: 🚀 Run add-on information action | ||
id: information | ||
uses: frenck/[email protected] | ||
|
@@ -82,7 +82,7 @@ jobs: | |
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v4.2.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 |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
version: ${{ steps.release.outputs.version }} | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v4.2.0 | ||
- name: 🚀 Run add-on information action | ||
id: information | ||
uses: frenck/[email protected] | ||
|
@@ -54,7 +54,7 @@ jobs: | |
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v4.2.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 |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v4.2.0 | ||
- name: 🚀 Run JQ | ||
run: | | ||
shopt -s globstar | ||
|
@@ -21,6 +21,6 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v4.2.0 | ||
- name: 🚀 Run YAMLLint | ||
uses: frenck/[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 |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v4.2.0 | ||
- name: 🚀 Run mdl | ||
uses: actionshub/[email protected] | ||
|
||
|
@@ -28,7 +28,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v4.2.0 | ||
- name: 🚀 Run Shellcheck | ||
uses: ludeeus/[email protected] | ||
env: | ||
|
@@ -39,7 +39,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v4.2.0 | ||
- name: 🚀 Run YAMLLint | ||
uses: frenck/[email protected] | ||
|
||
|
@@ -48,7 +48,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v4.2.0 | ||
- name: 🚀 Run Prettier | ||
uses: creyD/[email protected] | ||
with: | ||
|