Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 31, 2023
1 parent bfab57f commit a18b769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: bufbuild/[email protected]
with:
github_token: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
steps:
# Run `git checkout`
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
# Install the `buf` CLI
- name: Setup
uses: bufbuild/[email protected]
Expand Down

0 comments on commit a18b769

Please sign in to comment.