Skip to content

Commit

Permalink
chore(deps): update actions/checkout action from v3 to v4 (#130)
Browse files Browse the repository at this point in the history
Co-authored-by: figure-renovate[bot] <figure-renovate[bot]@users.noreply.github.com>
  • Loading branch information
figure-renovate[bot] and figure-renovate[bot] authored Mar 25, 2024
1 parent 6728efe commit 22b01a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
distribution: 'zulu'

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
distribution: 'zulu'

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit 22b01a3

Please sign in to comment.