-
Notifications
You must be signed in to change notification settings - Fork 8
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 4.2.1 to 4.2.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
8b98b59
commit 50c4cd9
Showing
2 changed files
with
10 additions
and
10 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 |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
target: ${{ steps.information.outputs.target }} | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
- name: 🚀 Run add-on information action | ||
id: information | ||
uses: frenck/[email protected] | ||
|
@@ -52,7 +52,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
- name: 🚀 Run Add-on Lint | ||
uses: frenck/[email protected] | ||
with: | ||
|
@@ -66,7 +66,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
- name: 🚀 Run Hadolint | ||
uses: brpaz/[email protected] | ||
with: | ||
|
@@ -77,7 +77,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
- name: 🚀 Run JQ | ||
run: | | ||
shopt -s globstar | ||
|
@@ -88,7 +88,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
- name: 🚀 Run mdl | ||
uses: actionshub/[email protected] | ||
|
||
|
@@ -97,7 +97,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
- name: 🚀 Run Shellcheck | ||
uses: ludeeus/[email protected] | ||
env: | ||
|
@@ -108,7 +108,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
- name: 🚀 Run YAMLLint | ||
uses: frenck/[email protected] | ||
|
||
|
@@ -117,7 +117,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
- name: 🚀 Run Prettier | ||
uses: creyD/[email protected] | ||
with: | ||
|
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
changed: ${{ steps.changed_addons.outputs.changed }} | ||
steps: | ||
- name: Check out the repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: Get changed files | ||
id: changed_files | ||
|
@@ -69,7 +69,7 @@ jobs: | |
|
||
steps: | ||
- name: Check out repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: Get information | ||
id: info | ||
|