chore(deps): update bufbuild/buf-setup-action action to v1.25.1 (#626) #179
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Cache dependencies | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
cache: | |
name: Cache dependencies | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code | |
uses: actions/checkout@v3 | |
- name: Cache dependencies | |
uses: ./.github/actions/setup-node |