Skip to content

Commit

Permalink
update: update actions checkout version to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sankhadeepdutta committed Oct 1, 2024
1 parent 1c161bf commit 743ad32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.2.0
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
Expand Down

0 comments on commit 743ad32

Please sign in to comment.