-
-
Notifications
You must be signed in to change notification settings - Fork 2
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.6.0 to 4.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.6.0...v4.0.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
c50068c
commit 0eee5d7
Showing
12 changed files
with
25 additions
and
25 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 |
---|---|---|
|
@@ -33,7 +33,7 @@ jobs: | |
tools: "parallel-lint" | ||
- | ||
name: "Checkout repository" | ||
uses: "actions/checkout@v3.6.0" | ||
uses: "actions/checkout@v4.0.0" | ||
- | ||
name: "Search for invalid complex curly syntax 🐌" | ||
run: | | ||
|
@@ -82,7 +82,7 @@ jobs: | |
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json" | ||
- | ||
name: "Checkout repository" | ||
uses: "actions/checkout@v3.6.0" | ||
uses: "actions/checkout@v4.0.0" | ||
- | ||
name: "Install dependencies" | ||
uses: "ramsey/[email protected]" | ||
|
@@ -143,7 +143,7 @@ jobs: | |
coverage: "none" | ||
- | ||
name: "Checkout repository" | ||
uses: "actions/checkout@v3.6.0" | ||
uses: "actions/checkout@v4.0.0" | ||
- | ||
name: "Check JSON files" | ||
run: | | ||
|
@@ -196,7 +196,7 @@ jobs: | |
tools: "phpcs,cs2pr" | ||
- | ||
name: "Checkout repository" | ||
uses: "actions/checkout@v3.6.0" | ||
uses: "actions/checkout@v4.0.0" | ||
- | ||
name: "Install dependencies" | ||
uses: "ramsey/[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: | |
steps: | ||
- | ||
name: "Checkout repository" | ||
uses: "actions/checkout@v3.6.0" | ||
uses: "actions/checkout@v4.0.0" | ||
- | ||
name: "Check Dockerfiles" | ||
uses: "hadolint/[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 |
---|---|---|
|
@@ -37,7 +37,7 @@ jobs: | |
steps: | ||
- | ||
name: "Checkout repository" | ||
uses: "actions/checkout@v3.6.0" | ||
uses: "actions/checkout@v4.0.0" | ||
- | ||
name: "Check Markdown formatting" | ||
uses: "DavidAnson/[email protected]" | ||
|
@@ -51,7 +51,7 @@ jobs: | |
steps: | ||
- | ||
name: "Checkout repository" | ||
uses: "actions/checkout@v3.6.0" | ||
uses: "actions/checkout@v4.0.0" | ||
- | ||
name: "Run Lychee" | ||
uses: "lycheeverse/[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 |
---|---|---|
|
@@ -46,7 +46,7 @@ jobs: | |
steps: | ||
- | ||
name: "Checkout repository" | ||
uses: "actions/checkout@v3.6.0" | ||
uses: "actions/checkout@v4.0.0" | ||
- | ||
name: "Set up Node.js" | ||
uses: "actions/[email protected]" | ||
|
@@ -80,7 +80,7 @@ jobs: | |
steps: | ||
- | ||
name: "Checkout repository" | ||
uses: "actions/checkout@v3.6.0" | ||
uses: "actions/checkout@v4.0.0" | ||
- | ||
name: "Set up Node.js" | ||
uses: "actions/[email protected]" | ||
|
@@ -116,7 +116,7 @@ jobs: | |
steps: | ||
- | ||
name: "Checkout repository" | ||
uses: "actions/checkout@v3.6.0" | ||
uses: "actions/checkout@v4.0.0" | ||
- | ||
name: "Set up Node.js" | ||
uses: "actions/[email protected]" | ||
|
@@ -148,7 +148,7 @@ jobs: | |
steps: | ||
- | ||
name: "Checkout repository" | ||
uses: "actions/checkout@v3.6.0" | ||
uses: "actions/checkout@v4.0.0" | ||
- | ||
name: "Set up Node.js" | ||
uses: "actions/[email protected]" | ||
|
@@ -183,7 +183,7 @@ jobs: | |
steps: | ||
- | ||
name: "Checkout repository" | ||
uses: "actions/checkout@v3.6.0" | ||
uses: "actions/checkout@v4.0.0" | ||
- | ||
name: "Validate SVG files" | ||
uses: "szepeviktor/[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
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
steps: | ||
- | ||
name: "Checkout repository" | ||
uses: "actions/checkout@v3.6.0" | ||
uses: "actions/checkout@v4.0.0" | ||
- | ||
name: "Set up PHP" | ||
uses: "shivammathur/[email protected]" | ||
|
@@ -48,7 +48,7 @@ jobs: | |
steps: | ||
- | ||
name: "Checkout repository" | ||
uses: "actions/checkout@v3.6.0" | ||
uses: "actions/checkout@v4.0.0" | ||
- | ||
name: "Set up Node.js" | ||
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
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 |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
steps: | ||
- | ||
name: "Checkout repository" | ||
uses: "actions/checkout@v3.6.0" | ||
uses: "actions/checkout@v4.0.0" | ||
- | ||
name: "Run ShellCheck" | ||
uses: "ludeeus/[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 |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
steps: | ||
- | ||
name: "Checkout repository" | ||
uses: "actions/checkout@v3.6.0" | ||
uses: "actions/checkout@v4.0.0" | ||
- | ||
name: "Search for misspellings" | ||
#uses: "crate-ci/[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
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 |
---|---|---|
|
@@ -37,7 +37,7 @@ jobs: | |
steps: | ||
- | ||
name: "Checkout repository" | ||
uses: "actions/checkout@v3.6.0" | ||
uses: "actions/checkout@v4.0.0" | ||
- | ||
name: "Cache pip" | ||
uses: "actions/[email protected]" | ||
|