We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 645bd7e commit 5697e63Copy full SHA for 5697e63
.github/workflows/test.yml
@@ -37,7 +37,7 @@ jobs:
37
echo "PLATFORM_CACHE_TAG=${tag}" >> $GITHUB_ENV
38
39
- name: 📦 Check out the codebase
40
- uses: actions/checkout@v4.1.4
+ uses: actions/checkout@v4.1.5
41
42
- name: 🛠️ Install goss and dgoss
43
uses: e1himself/goss-installation-action@v1.2.1
.github/workflows/upload-assets.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
17
18
19
- name: 🚀 Generate dist files
20
run: make generate
0 commit comments