-
-
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 4.1.1 to 4.1.5 (#159)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.1...v4.1.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
35d9aba
commit f5b1289
Showing
13 changed files
with
27 additions
and
27 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/[email protected].1" | ||
uses: "actions/[email protected].5" | ||
- | ||
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/[email protected].1" | ||
uses: "actions/[email protected].5" | ||
- | ||
name: "Install dependencies" | ||
uses: "ramsey/[email protected]" | ||
|
@@ -143,7 +143,7 @@ jobs: | |
coverage: "none" | ||
- | ||
name: "Checkout repository" | ||
uses: "actions/[email protected].1" | ||
uses: "actions/[email protected].5" | ||
- | ||
name: "Check JSON files" | ||
run: | | ||
|
@@ -196,7 +196,7 @@ jobs: | |
tools: "phpcs,cs2pr" | ||
- | ||
name: "Checkout repository" | ||
uses: "actions/[email protected].1" | ||
uses: "actions/[email protected].5" | ||
- | ||
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/[email protected].1" | ||
uses: "actions/[email protected].5" | ||
- | ||
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 |
---|---|---|
|
@@ -49,7 +49,7 @@ jobs: | |
steps: | ||
- | ||
name: "Checkout repository" | ||
uses: "actions/[email protected].1" | ||
uses: "actions/[email protected].5" | ||
- | ||
name: "Set up Node.js" | ||
uses: "actions/[email protected]" | ||
|
@@ -85,7 +85,7 @@ jobs: | |
steps: | ||
- | ||
name: "Checkout repository" | ||
uses: "actions/[email protected].1" | ||
uses: "actions/[email protected].5" | ||
- | ||
name: "Set up Node.js" | ||
uses: "actions/[email protected]" | ||
|
@@ -121,7 +121,7 @@ jobs: | |
steps: | ||
- | ||
name: "Checkout repository" | ||
uses: "actions/[email protected].1" | ||
uses: "actions/[email protected].5" | ||
- | ||
name: "Set up Node.js" | ||
uses: "actions/[email protected]" | ||
|
@@ -149,7 +149,7 @@ jobs: | |
steps: | ||
- | ||
name: "Checkout repository" | ||
uses: "actions/[email protected].1" | ||
uses: "actions/[email protected].5" | ||
- | ||
name: "Validate SVG files" | ||
uses: "szepeviktor/[email protected]" | ||
|
@@ -167,7 +167,7 @@ jobs: | |
steps: | ||
- | ||
name: "Checkout repository" | ||
uses: "actions/[email protected].1" | ||
uses: "actions/[email protected].5" | ||
- | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
steps: | ||
- | ||
name: "Checkout repository" | ||
uses: "actions/[email protected].1" | ||
uses: "actions/[email protected].5" | ||
with: | ||
fetch-depth: 0 | ||
- | ||
|
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 |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
steps: | ||
- | ||
name: "Checkout repository" | ||
uses: "actions/[email protected].1" | ||
uses: "actions/[email protected].5" | ||
with: | ||
fetch-depth: 0 | ||
- | ||
|
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/[email protected].1" | ||
uses: "actions/[email protected].5" | ||
- | ||
name: "Check Markdown formatting" | ||
uses: "DavidAnson/[email protected]" | ||
|
@@ -51,7 +51,7 @@ jobs: | |
steps: | ||
- | ||
name: "Checkout repository" | ||
uses: "actions/[email protected].1" | ||
uses: "actions/[email protected].5" | ||
- | ||
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 |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
steps: | ||
- | ||
name: "Checkout repository" | ||
uses: "actions/[email protected].1" | ||
uses: "actions/[email protected].5" | ||
- | ||
name: "Set up PHP" | ||
uses: "shivammathur/[email protected]" | ||
|
@@ -51,7 +51,7 @@ jobs: | |
steps: | ||
- | ||
name: "Checkout repository" | ||
uses: "actions/[email protected].1" | ||
uses: "actions/[email protected].5" | ||
- | ||
name: "Set up Node.js" | ||
uses: "actions/[email protected]" | ||
|
@@ -81,7 +81,7 @@ jobs: | |
steps: | ||
- | ||
name: "Checkout repository" | ||
uses: "actions/[email protected].1" | ||
uses: "actions/[email protected].5" | ||
- | ||
name: "Show available updates" | ||
env: | ||
|
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 |
---|---|---|
|
@@ -44,7 +44,7 @@ jobs: | |
steps: | ||
- | ||
name: "Checkout repository" | ||
uses: "actions/[email protected].1" | ||
uses: "actions/[email protected].5" | ||
- | ||
name: "Check file names" | ||
run: | | ||
|
@@ -126,7 +126,7 @@ jobs: | |
steps: | ||
- | ||
name: "Checkout repository" | ||
uses: "actions/[email protected].1" | ||
uses: "actions/[email protected].5" | ||
- | ||
name: "Count Lines of Code" | ||
env: | ||
|
@@ -158,7 +158,7 @@ jobs: | |
steps: | ||
- | ||
name: "Checkout repository" | ||
uses: "actions/[email protected].1" | ||
uses: "actions/[email protected].5" | ||
- | ||
name: "Search for conflict markers 🐌" | ||
run: | | ||
|
@@ -171,7 +171,7 @@ jobs: | |
steps: | ||
- | ||
name: "Checkout repository" | ||
uses: "actions/[email protected].1" | ||
uses: "actions/[email protected].5" | ||
- | ||
name: "Check for ignored files in the index 🐌" | ||
run: | | ||
|
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/[email protected].1" | ||
uses: "actions/[email protected].5" | ||
- | ||
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/[email protected].1" | ||
uses: "actions/[email protected].5" | ||
- | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
steps: | ||
- | ||
name: "Checkout repository" | ||
uses: "actions/[email protected].1" | ||
uses: "actions/[email protected].5" | ||
- | ||
name: "Cache pip" | ||
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 |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
steps: | ||
- | ||
name: "Checkout repository" | ||
uses: "actions/[email protected].1" | ||
uses: "actions/[email protected].5" | ||
- | ||
name: "Display total job count" | ||
run: | | ||
|
@@ -69,7 +69,7 @@ jobs: | |
steps: | ||
- | ||
name: "Checkout repository" | ||
uses: "actions/[email protected].1" | ||
uses: "actions/[email protected].5" | ||
- | ||
name: "Analyze workflow files" | ||
uses: "docker://rhysd/actionlint:1.6.27" | ||
|
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/[email protected].1" | ||
uses: "actions/[email protected].5" | ||
- | ||
name: "Cache pip" | ||
uses: "actions/[email protected]" | ||
|