Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/checkout from 2.3.1 to 2.4.0 #1110

Merged
merged 2 commits into from
Dec 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
image: tendermintdev/docker-website-deployment
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
uses: actions/checkout@v2.4.0
with:
persist-credentials: false
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linkchecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v2.4.0
- uses: gaurav-nelson/[email protected]
with:
folder-path: "docs"
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.4.0
- uses: technote-space/[email protected]
with:
PATTERNS: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip-sims')"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.4.0
- run: |
make build

Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build, install-runsim]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.4.0
- uses: actions/cache@v1
with:
path: ~/go/bin
Expand All @@ -63,7 +63,7 @@ jobs:
runs-on: ubuntu-latest
needs: newbuild
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.4.0
- uses: actions/[email protected]
with:
go-version: 1.16
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sim-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
needs: newbuild
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.4.0
- uses: actions/[email protected]
with:
go-version: 1.16
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# runs-on: ubuntu-latest
# needs: Build
# steps:
# - uses: actions/checkout@v2
# - uses: actions/checkout@v2.4.0
# - uses: actions/[email protected]
# with:
# go-version: 1.16
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
**/**.go
go.mod
go.sum
- uses: actions/checkout@v2
- uses: actions/checkout@v2.4.0
- uses: actions/[email protected]
with:
go-version: 1.16
Expand All @@ -81,7 +81,7 @@ jobs:
- uses: actions/[email protected]
with:
go-version: 1.16
- uses: actions/checkout@v2
- uses: actions/checkout@v2.4.0
- uses: technote-space/[email protected]
with:
PATTERNS: |
Expand All @@ -102,7 +102,7 @@ jobs:
runs-on: ubuntu-latest
needs: Build
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.4.0
- uses: actions/[email protected]
with:
go-version: 1.16
Expand All @@ -127,7 +127,7 @@ jobs:
needs: Build
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.4.0
- uses: actions/[email protected]
with:
go-version: 1.16
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/[email protected]
with:
go-version: 1.16
- uses: actions/checkout@v2
- uses: actions/checkout@v2.4.0
- uses: technote-space/[email protected]
with:
PATTERNS: |
Expand Down