-
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.
chore(deps): bump actions/checkout from 3 to 4 (#62)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
5d1e0ee
commit 75a81ae
Showing
2 changed files
with
10 additions
and
10 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 |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
runs-on: "ubuntu-20.04" | ||
steps: | ||
- name: Checkout Repo | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Setup Go | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -56,7 +56,7 @@ jobs: | |
- windows | ||
steps: | ||
- name: Check out source code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Set up Go | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -81,7 +81,7 @@ jobs: | |
- setup-environment | ||
steps: | ||
- name: Check out source code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Set up Go | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -105,7 +105,7 @@ jobs: | |
- setup-environment | ||
steps: | ||
- name: Check out source code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Set up Go | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -129,7 +129,7 @@ jobs: | |
- setup-environment | ||
steps: | ||
- name: Check out source code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Set up Go | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -153,7 +153,7 @@ jobs: | |
- setup-environment | ||
steps: | ||
- name: Check out source code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Set up Go | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -177,7 +177,7 @@ jobs: | |
- setup-environment | ||
steps: | ||
- name: Check out source code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Set up Go | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -200,7 +200,7 @@ jobs: | |
- setup-environment | ||
steps: | ||
- name: Check out source code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Set up 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