Skip to content

Commit

Permalink
build: update all gh action extensions to latest versions (#179)
Browse files Browse the repository at this point in the history
* build: update all gh action extensions to latest versions

* Apply suggestions from code review
  • Loading branch information
apaletta3 authored Jan 10, 2025
1 parent e59ffc8 commit 575bc75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
project_version: ${{ steps.project-version.outputs.value }}
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
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:
project_version: ${{ steps.project-version.outputs.value }}
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: true
Expand Down

0 comments on commit 575bc75

Please sign in to comment.