Merge pull request #726 from zcash/dependabot/github_actions/actions/checkout-4.1.1

Bump actions/checkout from 3.6.0 to 4.1.1
This commit is contained in:
Daira Emma Hopwood 2023-11-22 22:08:35 +00:00 committed by GitHub
commit e514a9fbf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1
- name: Compile Zcash Protocol Specification
uses: ./.github/actions/render-protocol-pdf