-
-
Notifications
You must be signed in to change notification settings - Fork 78
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 2.3.4 to 3.0.2 (#684)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.4...v3.0.2) --- 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
315426d
commit cd3ef72
Showing
4 changed files
with
9 additions
and
9 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 |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
with: | ||
go-version: 1.16 | ||
id: go | ||
- uses: actions/checkout@v2.3.4 | ||
- uses: actions/checkout@v3.0.2 | ||
- name: Upgrade upx | ||
run: | | ||
# try to fix https://github.com/jenkins-zh/jenkins-cli/issues/493 | ||
|
@@ -32,7 +32,7 @@ jobs: | |
BackupGit: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2.3.4 | ||
- uses: actions/checkout@v3.0.2 | ||
- name: backup | ||
uses: jenkins-zh/[email protected] | ||
env: | ||
|
@@ -48,7 +48,7 @@ jobs: | |
go-version: 1.16 | ||
id: go | ||
- name: Check out code into the Go module directory | ||
uses: actions/checkout@v2.3.4 | ||
uses: actions/checkout@v3.0.2 | ||
- name: Test | ||
run: | | ||
make test | ||
|
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
go-version: 1.16 | ||
id: go | ||
- name: Check out code into the Go module directory | ||
uses: actions/checkout@v2.3.4 | ||
uses: actions/checkout@v3.0.2 | ||
- name: Upgrade upx | ||
run: | | ||
# try to fix https://github.com/jenkins-zh/jenkins-cli/issues/493 | ||
|
@@ -50,7 +50,7 @@ jobs: | |
go-version: 1.16 | ||
id: go | ||
- name: Check out code into the Go module directory | ||
uses: actions/checkout@v2.3.4 | ||
uses: actions/checkout@v3.0.2 | ||
- name: Go-linter-1 | ||
uses: Jerome1337/[email protected] | ||
with: | ||
|
@@ -82,7 +82,7 @@ jobs: | |
GO111MODULE: on | ||
steps: | ||
- name: Checkout Source | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v3.0.2 | ||
- name: Run Gosec Security Scanner | ||
uses: securego/gosec@master | ||
with: | ||
|
@@ -108,7 +108,7 @@ jobs: | |
go-version: 1.16 | ||
id: go | ||
- name: Check out code into the Go module directory | ||
uses: actions/checkout@v2.3.4 | ||
uses: actions/checkout@v3.0.2 | ||
- name: Test | ||
run: | | ||
make test | ||
|
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