Skip to content

Commit 862dbc3

Browse files
chore(deps): update dargmuesli/github-actions action to v1.4.0
1 parent dceda9e commit 862dbc3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
release_semantic_dry:
2626
needs: prepare_jobs
2727
name: Release (semantic, dry)
28-
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@1.3.9
28+
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@1.4.0
2929
if: needs.prepare_jobs.outputs.pr_found == 'false' || github.event_name == 'pull_request'
3030
permissions:
3131
contents: write
@@ -35,7 +35,7 @@ jobs:
3535
DRY_RUN: true
3636
build:
3737
name: Build
38-
uses: dargmuesli/github-actions/.github/workflows/docker.yml@1.3.9
38+
uses: dargmuesli/github-actions/.github/workflows/docker.yml@1.4.0
3939
needs: release_semantic_dry
4040
permissions:
4141
packages: write
@@ -46,15 +46,15 @@ jobs:
4646
release_semantic:
4747
needs: build
4848
name: Release (semantic)
49-
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@1.3.9
49+
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@1.4.0
5050
permissions:
5151
contents: write
5252
secrets:
5353
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
5454
deploy:
5555
needs: build
5656
name: Deploy
57-
uses: dargmuesli/github-actions/.github/workflows/deploy-cloudflare-pages.yml@1.3.9
57+
uses: dargmuesli/github-actions/.github/workflows/deploy-cloudflare-pages.yml@1.4.0
5858
permissions:
5959
contents: read
6060
deployments: write

.github/workflows/release-schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
release-schedule:
1010
name: 'Release: Scheduled'
11-
uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@1.3.9
11+
uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@1.4.0
1212
secrets:
1313
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1414
with:

0 commit comments

Comments
 (0)