We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41fca10 + b8d68eb commit 38360a7Copy full SHA for 38360a7
3 files changed
.github/workflows/continous-integration-workflow.yaml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Checkout
11
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
12
with:
13
fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function
14
0 commit comments