We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c364fe4 + c023e36 commit b8d68ebCopy full SHA for b8d68eb
1 file 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