Skip to content

Commit

Permalink
HDDS-11936. Bump actions/checkout to v4 in the release workflow (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnskr authored Dec 14, 2024
1 parent 1619b1a commit 2d1f750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
Expand Down

0 comments on commit 2d1f750

Please sign in to comment.