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 c6167d9 commit 99f6798Copy full SHA for 99f6798
.github/workflows/update_os_libraries.yml
@@ -4,6 +4,7 @@ on:
4
schedule:
5
- cron: "0 3 * * *"
6
workflow_dispatch:
7
+ push:
8
9
defaults:
10
run:
@@ -25,7 +26,7 @@ jobs:
25
26
27
- name: Fetch extensions
28
id: get-extensions-dagger
- uses: dagger/dagger-for-github@fc948df27cc4170e52be254110ff8740e3bc073f # v7.0.2
29
+ uses: dagger/dagger-for-github@v8
30
with:
31
# renovate: datasource=github-tags depName=dagger/dagger versioning=semver
32
version: 0.19.7
@@ -58,7 +59,7 @@ jobs:
58
59
password: ${{ secrets.GITHUB_TOKEN }}
60
61
- name: Update OS libs for ${{ matrix.extension }}
62
63
64
65
0 commit comments