Skip to content

Commit

Permalink
Merge pull request #82 from ZcashFoundation/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-4.1.0

Bump actions/checkout from 4.0.0 to 4.1.0
  • Loading branch information
natalieesk authored Oct 10, 2023
2 parents 6146cc0 + 8a60187 commit bca57cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
RUST_BACKTRACE: full

steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
persist-credentials: false

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
persist-credentials: false

Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
persist-credentials: false

Expand All @@ -83,7 +83,7 @@ jobs:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
- uses: reviewdog/[email protected]
with:
level: warning
Expand Down

0 comments on commit bca57cb

Please sign in to comment.