-
Notifications
You must be signed in to change notification settings - Fork 0
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
3b38398
commit 8d1e6b1
Showing
3 changed files
with
11 additions
and
11 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: | |
unbound_version: ${{ steps.information.outputs.unbound_version }} | ||
steps: | ||
- name: ⤵️ Check out code from GitHub | ||
uses: actions/checkout@v3.1.0 | ||
uses: actions/checkout@v4.2.0 | ||
- name: ℹ️ Gather version and environment | ||
id: information | ||
shell: bash | ||
|
@@ -60,7 +60,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: | ||
|
@@ -72,7 +72,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 | ||
|
@@ -83,7 +83,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] | ||
|
||
|
@@ -92,7 +92,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: | ||
|
@@ -103,7 +103,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] | ||
|
||
|
@@ -112,7 +112,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: | ||
|
@@ -133,7 +133,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: Install Latest Docker | ||
# yamllint disable rule:line-length | ||
|
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 |
---|---|---|
|
@@ -15,7 +15,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 Label Syncer | ||
uses: micnncim/[email protected] | ||
env: | ||
|