Skip to content

Commit 5c0b3c0

Browse files
chore(deps): update all github action
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent de32ddb commit 5c0b3c0

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/bake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: dagger/dagger-for-github@27b130bf0f79a7f6fbbbe0fbca6760dc9bb40a77 # v8.4.1
3434
env:
3535
# renovate: datasource=github-tags depName=dagger/dagger versioning=semver
36-
DAGGER_VERSION: 0.20.6
36+
DAGGER_VERSION: 0.20.8
3737
with:
3838
version: ${{ env.DAGGER_VERSION }}
3939
verb: call

.github/workflows/bake_targets.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
6969
# Even if we're testing we sign the images, so we can push them to production later if that's required
7070
- name: Install cosign
71-
uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
71+
uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
7272
# See https://github.blog/security/supply-chain-security/safeguard-container-signing-capability-actions/
7373
# and https://github.com/actions/starter-workflows/blob/main/ci/docker-publish.yml for more details on
7474
# how to use cosign.
@@ -127,12 +127,12 @@ jobs:
127127
persist-credentials: false
128128

129129
- name: Install Task
130-
uses: go-task/setup-task@3be4020d41929789a01026e0e427a4321ce0ad44 # v2.0.0
130+
uses: go-task/setup-task@01a4adf9db2d14c1de7a560f09170b6e0df736aa # v2.1.0
131131

132132
- name: Install Dagger
133133
env:
134134
# renovate: datasource=github-tags depName=dagger/dagger versioning=semver
135-
DAGGER_VERSION: 0.20.6
135+
DAGGER_VERSION: 0.20.8
136136
run: |
137137
curl -L https://dl.dagger.io/dagger/install.sh | BIN_DIR=$HOME/.local/bin sh
138138

.github/workflows/update-catalogs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ jobs:
3939
uses: dagger/dagger-for-github@27b130bf0f79a7f6fbbbe0fbca6760dc9bb40a77 # v8.4.1
4040
env:
4141
# renovate: datasource=github-tags depName=dagger/dagger versioning=semver
42-
DAGGER_VERSION: 0.20.6
42+
DAGGER_VERSION: 0.20.8
4343
with:
4444
version: ${{ env.DAGGER_VERSION }}
4545
verb: call
4646
module: ./dagger/maintenance/
4747
args: generate-catalogs --catalogs-dir artifacts/image-catalogs/ export --path artifacts/image-catalogs-extensions/
4848

4949
- name: Install cosign
50-
uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
50+
uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
5151

5252
- name: Sign catalogs
5353
run: |

.github/workflows/update_os_libraries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: dagger/dagger-for-github@27b130bf0f79a7f6fbbbe0fbca6760dc9bb40a77 # v8.4.1
2929
env:
3030
# renovate: datasource=github-tags depName=dagger/dagger versioning=semver
31-
DAGGER_VERSION: 0.20.6
31+
DAGGER_VERSION: 0.20.8
3232
with:
3333
version: ${{ env.DAGGER_VERSION }}
3434
verb: call
@@ -66,7 +66,7 @@ jobs:
6666
uses: dagger/dagger-for-github@27b130bf0f79a7f6fbbbe0fbca6760dc9bb40a77 # v8.4.1
6767
env:
6868
# renovate: datasource=github-tags depName=dagger/dagger versioning=semver
69-
DAGGER_VERSION: 0.20.6
69+
DAGGER_VERSION: 0.20.8
7070
with:
7171
version: ${{ env.DAGGER_VERSION }}
7272
verb: call

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ tasks:
207207
run: once
208208
vars:
209209
# renovate: datasource=github-tags depName=dagger/dagger versioning=semver
210-
DAGGER_ENGINE_VERSION: v0.20.6
210+
DAGGER_ENGINE_VERSION: v0.20.8
211211
cmds:
212212
- >
213213
docker run -d -v /var/lib/dagger --name {{ .DAGGER_ENGINE_NAME }} --restart always --network {{ .E2E_NETWORK }}

0 commit comments

Comments
 (0)