Skip to content

Commit cc80563

Browse files
Bump dagger/dagger-for-github from 8.0.0 to 8.2.0 (#323)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Lavery <[email protected]>
1 parent ccef906 commit cc80563

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
OP_SERVICE_ACCOUNT: ${{ secrets.OP_SERVICE_ACCOUNT }}
@@ -96,7 +96,7 @@ jobs:
9696
with:
9797
platforms: arm64,amd64
9898

99-
- uses: dagger/dagger-for-github@8.0.0
99+
- uses: dagger/dagger-for-github@v8.2.0
100100
id: dagger-publish
101101
env:
102102
OP_SERVICE_ACCOUNT: ${{ secrets.OP_SERVICE_ACCOUNT }}

.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)