We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0065ba + 474e8e2 commit 460f4b1Copy full SHA for 460f4b1
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
31
steps:
32
- name: 📦 Checkout
33
- uses: actions/checkout@v6.0.1
+ uses: actions/checkout@v6.0.2
34
with:
35
fetch-depth: 0
36
ref: ${{ github.ref }}
@@ -101,7 +101,7 @@ jobs:
101
runs-on: ubuntu-latest
102
103
- name: Checkout
104
105
106
- name: 📁 Preparing the artifact Unbound
107
run: |
@@ -143,7 +143,7 @@ jobs:
143
144
145
146
147
148
- name: 📦 Download artifact
149
uses: actions/download-artifact@v7.0.0
0 commit comments