-
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 4.1.6 to 4.2.0 (#126)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 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@v4.1.6...v4.2.0) --- 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
0086726
commit 90b4513
Showing
7 changed files
with
12 additions
and
12 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 |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
runs-on: ubuntu-24.04 | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4.1.6 | ||
uses: actions/checkout@v4.2.0 | ||
- name: Install Go | ||
uses: actions/[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 |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
runs-on: ubuntu-24.04 | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4.1.6 | ||
uses: actions/checkout@v4.2.0 | ||
- name: Install Go | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -34,7 +34,7 @@ jobs: | |
- test | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4.1.6 | ||
uses: actions/checkout@v4.2.0 | ||
- name: Install Go | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -59,7 +59,7 @@ jobs: | |
- build | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4.1.6 | ||
uses: actions/checkout@v4.2.0 | ||
- name: Install Go | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -80,7 +80,7 @@ jobs: | |
- build | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4.1.6 | ||
uses: actions/checkout@v4.2.0 | ||
- name: Install Go | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -101,7 +101,7 @@ jobs: | |
- build | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4.1.6 | ||
uses: actions/checkout@v4.2.0 | ||
- name: Install Go | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -122,7 +122,7 @@ jobs: | |
- build | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4.1.6 | ||
uses: actions/checkout@v4.2.0 | ||
- name: Install Go | ||
uses: actions/[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 |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
security-events: write # To upload CodeQL results | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4.1.6 | ||
uses: actions/checkout@v4.2.0 | ||
- name: Install Go | ||
uses: actions/[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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
version 1 | ||
|
||
actions/checkout@v4.1.6 ElHY2zwea4F7aiO5kTGiEJU1+/P21We7sgBd/ov69Dg= | ||
actions/checkout@v4.2.0 e6ng7MJDyAPkTZ/6d/plZK2YhZRzJZvxhYAPUPpNAzc= | ||
actions/[email protected] n9tqUfB4OKK5aiUOExrVooiAI2s7Wcih+7CYiJHr920= | ||
github/[email protected] CyKIM/hsqtMpMDphedhh08SHWg5JWBATPXKH9NCaofU= | ||
ncipollo/[email protected] +JAIlT/RB99JgfxlDrAcAdBnaKX4y8hyFWnHc4j7tfM= | ||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
contents: write # To create a GitHub Release | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4.1.6 | ||
uses: actions/checkout@v4.2.0 | ||
- name: Install Go | ||
uses: actions/[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 |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
image: returntocorp/semgrep | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4.1.6 | ||
uses: actions/checkout@v4.2.0 | ||
- name: Install Go | ||
uses: actions/[email protected] | ||
with: | ||
|