Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and lalten committed Sep 19, 2023
1 parent ec83d03 commit a0cbd1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
os: ["ubuntu-latest", "macos-latest"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/cache@v3
with:
path: "~/.cache/bazelisk\n~/.cache/bazel\n"
Expand All @@ -42,5 +42,5 @@ jobs:
checks: write
contents: read
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: trunk-io/trunk-action@v1

0 comments on commit a0cbd1e

Please sign in to comment.