Skip to content

Commit

Permalink
Bump actions/checkout from 2.3.5 to 2.4.0 (#182)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2.3.5...v2.4.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 20, 2022
1 parent d80143f commit a5dbf1e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
BackupGit:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v2.4.0
- name: backup
uses: jenkins-zh/[email protected]
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/[email protected]
with:
go-version: 1.16.x
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v2.4.0
- name: Test
run: |
go test ./... -coverprofile coverage.out
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5
uses: actions/checkout@v2.4.0
- name: Upgrade upx
run: |
# try to fix https://github.com/jenkins-zh/jenkins-cli/issues/493
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
go-version: 1.16
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
- name: Go-linter-1
uses: Jerome1337/[email protected]
with:
Expand All @@ -70,7 +70,7 @@ jobs:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
Expand All @@ -82,7 +82,7 @@ jobs:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
Expand All @@ -93,7 +93,7 @@ jobs:
name: MarkdownLinkCheck
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v2.4.0
- uses: gaurav-nelson/[email protected]
with:
use-verbose-mode: 'yes'
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
- name: Unshallow
run: git fetch --prune --unshallow
- name: Set up Go
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v2.4.0
- name: Download hd.exe
id: download_exe
shell: bash
Expand Down

0 comments on commit a5dbf1e

Please sign in to comment.