Skip to content
This repository was archived by the owner on May 28, 2026. It is now read-only.

Commit 6118393

Browse files
committed
fix(deps): update dargmuesli/github-actions to v5.4.0
1 parent 7f04e5c commit 6118393

1 file changed

Lines changed: 5 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,24 @@ on:
1515
jobs:
1616
ci-optimization:
1717
name: CI optimization
18-
uses: dargmuesli/github-actions/.github/workflows/ci-optimization.yml@c980106b984bec43dd538a9d24ecc2212967797d # 5.3.0
18+
uses: dargmuesli/github-actions/.github/workflows/ci-optimization.yml@80b5e01f2dbaca72f21852f2cb24ce636a46fffa # 5.4.0
1919
permissions:
2020
pull-requests: read
2121
release_semantic_dry:
2222
needs: ci-optimization
2323
if: needs.ci-optimization.outputs.continue == 'true'
2424
name: Release (semantic, dry)
25-
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@c980106b984bec43dd538a9d24ecc2212967797d # 5.3.0
25+
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@80b5e01f2dbaca72f21852f2cb24ce636a46fffa # 5.4.0
2626
permissions:
2727
contents: write
2828
id-token: write
2929
secrets:
3030
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
3131
with:
3232
DRY_RUN: true
33-
EXTRA_PLUGINS: |
34-
@semantic-release/exec
3533
build:
3634
name: Build
37-
uses: dargmuesli/github-actions/.github/workflows/docker.yml@c980106b984bec43dd538a9d24ecc2212967797d # 5.3.0
35+
uses: dargmuesli/github-actions/.github/workflows/docker.yml@80b5e01f2dbaca72f21852f2cb24ce636a46fffa # 5.4.0
3836
needs: release_semantic_dry
3937
permissions:
4038
packages: write
@@ -48,20 +46,16 @@ jobs:
4846
release_semantic:
4947
needs: build
5048
name: Release (semantic)
51-
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@c980106b984bec43dd538a9d24ecc2212967797d # 5.3.0
49+
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@80b5e01f2dbaca72f21852f2cb24ce636a46fffa # 5.4.0
5250
permissions:
5351
contents: write
5452
id-token: write
5553
secrets:
5654
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
57-
with:
58-
COREPACK_ENABLED: true
59-
EXTRA_PLUGINS: |
60-
@semantic-release/exec
6155
deploy:
6256
needs: build
6357
name: Deploy
64-
uses: dargmuesli/github-actions/.github/workflows/deploy-cloudflare-pages.yml@c980106b984bec43dd538a9d24ecc2212967797d # 5.3.0
58+
uses: dargmuesli/github-actions/.github/workflows/deploy-cloudflare-pages.yml@80b5e01f2dbaca72f21852f2cb24ce636a46fffa # 5.4.0
6559
permissions:
6660
contents: read
6761
deployments: write

0 commit comments

Comments
 (0)