-
-
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.
ci/cd(deps): bump actions/checkout from 4.1.1 to 4.2.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.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.1.1...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
efe80d1
commit c29cc0d
Showing
9 changed files
with
17 additions
and
17 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 |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v4.1.1 | ||
uses: actions/checkout@v4.2.2 | ||
with: { fetch-depth: 0 } | ||
- name: Set up Node.js environment | ||
uses: actions/[email protected] | ||
|
@@ -86,7 +86,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v4.1.1 | ||
uses: actions/checkout@v4.2.2 | ||
with: { fetch-depth: 0 } | ||
|
||
- name: Send notification | ||
|
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: | |
|
||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v4.1.1 | ||
uses: actions/checkout@v4.2.2 | ||
with: { fetch-depth: 0 } | ||
- name: Set up Node.js environment | ||
uses: actions/[email protected] | ||
|
@@ -74,7 +74,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v4.1.1 | ||
uses: actions/checkout@v4.2.2 | ||
with: { fetch-depth: 0 } | ||
|
||
- name: Send notification | ||
|
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 |
---|---|---|
|
@@ -40,7 +40,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v4.1.1 | ||
uses: actions/checkout@v4.2.2 | ||
with: { fetch-depth: 0 } | ||
- name: Set up Go environment | ||
uses: actions/[email protected] | ||
|
@@ -79,7 +79,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v4.1.1 | ||
uses: actions/checkout@v4.2.2 | ||
with: { fetch-depth: 0 } | ||
- name: Set up Go environment | ||
uses: actions/[email protected] | ||
|
@@ -107,7 +107,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v4.1.1 | ||
uses: actions/checkout@v4.2.2 | ||
with: { fetch-depth: 0 } | ||
|
||
- name: Fetch code coverage report | ||
|
@@ -125,7 +125,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v4.1.1 | ||
uses: actions/checkout@v4.2.2 | ||
with: { fetch-depth: 0 } | ||
|
||
- name: Send notification | ||
|
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
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 |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v4.1.1 | ||
uses: actions/checkout@v4.2.2 | ||
with: { fetch-depth: 0 } | ||
- name: Set up Go environment | ||
uses: actions/[email protected] | ||
|
@@ -59,7 +59,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v4.1.1 | ||
uses: actions/checkout@v4.2.2 | ||
with: { fetch-depth: 0 } | ||
|
||
- name: Send notification | ||
|
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 the repository | ||
uses: actions/checkout@v4.1.1 | ||
uses: actions/checkout@v4.2.2 | ||
with: { fetch-depth: 0 } | ||
- name: Set up Go environment | ||
uses: actions/[email protected] | ||
|
@@ -54,7 +54,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v4.1.1 | ||
uses: actions/checkout@v4.2.2 | ||
with: { fetch-depth: 0 } | ||
- name: Set up Go environment | ||
uses: actions/[email protected] | ||
|
@@ -74,7 +74,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v4.1.1 | ||
uses: actions/checkout@v4.2.2 | ||
with: { fetch-depth: 0 } | ||
|
||
- name: Send notification | ||
|