Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.4 (#241)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 7, 2024
1 parent 72f1093 commit 625a6b2
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:

- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].4
with:
fetch-depth: 0
lfs: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:

- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].4
with:
fetch-depth: 0
lfs: true
Expand Down

0 comments on commit 625a6b2

Please sign in to comment.