Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4 (#664)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 12, 2023
1 parent 0bc95c7 commit 43aecbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cache dependencies
uses: ./.github/actions/setup-node
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Buf
uses: bufbuild/[email protected]
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
matrix: ${{ steps.test-matrix.outputs.matrix }}
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- id: test-matrix
name: Generate test matrix
Expand All @@ -68,7 +68,7 @@ jobs:
matrix: ${{ fromJSON(needs.test-matrix.outputs.matrix) }}
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Node.js
uses: ./.github/actions/setup-node
Expand Down

0 comments on commit 43aecbb

Please sign in to comment.