Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 3.0.0 to 3.6.0 (#420)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 3.6.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.0.0...v3.6.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 Aug 24, 2023
1 parent c2c3315 commit 8a6b53f
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@v3.0.0
- uses: actions/checkout@v3.6.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/setup-go@v3
with:
go-version: 1.18.x
- uses: actions/checkout@v3.0.0
- uses: actions/checkout@v3.6.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.18
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.6.0
- name: Run GoReleaser
uses: goreleaser/[email protected]
with:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
go-version: 1.18
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.6.0
- name: Go-linter-1
uses: Jerome1337/[email protected]
with:
Expand All @@ -69,7 +69,7 @@ jobs:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.6.0
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
Expand All @@ -81,7 +81,7 @@ jobs:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.6.0
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
Expand All @@ -92,7 +92,7 @@ jobs:
name: MarkdownLinkCheck
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3.0.0
- uses: actions/checkout@v3.6.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@v3.0.0
uses: actions/checkout@v3.6.0
- name: Unshallow
run: git fetch --prune --unshallow
- name: Set up Go
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.6.0
- name: Download hd.exe
id: download_exe
shell: bash
Expand Down

0 comments on commit 8a6b53f

Please sign in to comment.