Skip to content

Commit

Permalink
ci: bump actions/checkout from 2.4.0 to 3 (#470)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 2, 2022
1 parent b8c0c09 commit 2f79246
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
timeout-minutes: 2
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }}
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3

- uses: actions/[email protected]
with:
Expand All @@ -160,7 +160,7 @@ jobs:
- true
- false
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3

- uses: actions/setup-go@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-18.04
timeout-minutes: 2
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
- uses: peaceiris/workflows/[email protected]
with:
draft: ''
Expand Down

0 comments on commit 2f79246

Please sign in to comment.