We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca82e47 + a5481f9 commit ac8fdedCopy full SHA for ac8fded
3 files changed
.github/workflows/build-and-deploy.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- name: Check out the repo
19
id: checkout
20
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
21
22
- name: Get the version
23
id: get_version
.github/workflows/create-linked-release.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: Checkout repository code
64
# We need to check out the code to be able to check for existing tags and push new ones.
65
if: steps.validate_tag.outputs.is_valid == 'true'
66
67
with:
68
fetch-depth: 0
69
fetch-tags: true
.github/workflows/pr-checks.yml
@@ -22,7 +22,7 @@ jobs:
- name: Checkout code
24
25
26
27
28
0 commit comments