Skip to content

Commit

Permalink
updating checkout, short-sha
Browse files Browse the repository at this point in the history
  • Loading branch information
mzed authored Nov 16, 2023
1 parent 5705548 commit 41c09ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
config: [debug, release]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: 'recursive'
fetch-depth: '0'

- uses: benjlevesque/short-sha@v1.2
- uses: benjlevesque/short-sha@v2.2
id: short-sha
with:
length: 7
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
if: ${{ contains( github.ref, 'refs/tags/' ) }}

steps:
- uses: benjlevesque/short-sha@v1.2
- uses: benjlevesque/short-sha@v2.2
id: short-sha
with:
length: 7
Expand Down

0 comments on commit 41c09ef

Please sign in to comment.