Skip to content

Commit 9486085

Browse files
Bump dagger/dagger-for-github from 8.0.0 to 8.2.0
Bumps [dagger/dagger-for-github](https://github.com/dagger/dagger-for-github) from 8.0.0 to 8.2.0. - [Release notes](https://github.com/dagger/dagger-for-github/releases) - [Commits](dagger/dagger-for-github@8.0.0...v8.2.0) --- updated-dependencies: - dependency-name: dagger/dagger-for-github dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2b0de5d commit 9486085

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
platforms: arm64,amd64
7474

75-
- uses: dagger/dagger-for-github@8.0.0
75+
- uses: dagger/dagger-for-github@v8.2.0
7676
id: dagger-publish
7777
env:
7878
USE_SECUREBUILD: true
@@ -97,7 +97,7 @@ jobs:
9797
with:
9898
platforms: arm64,amd64
9999

100-
- uses: dagger/dagger-for-github@8.0.0
100+
- uses: dagger/dagger-for-github@v8.2.0
101101
id: dagger-publish
102102
env:
103103
USE_SECUREBUILD: true

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-22.04
2121
steps:
2222
- uses: actions/checkout@v5
23-
- uses: dagger/dagger-for-github@8.0.0
23+
- uses: dagger/dagger-for-github@v8.2.0
2424
env:
2525
OP_SERVICE_ACCOUNT: ${{ secrets.OP_SERVICE_ACCOUNT }}
2626
with:

0 commit comments

Comments
 (0)