Skip to content

Commit e7a07cf

Browse files
chore(deps): update dargmuesli/github-actions action to v2.5.7
1 parent 77e133f commit e7a07cf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .github/workflows/ci.yml

+3-3
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/[email protected].6
28+
uses: dargmuesli/github-actions/.github/workflows/[email protected].7
2929
if: needs.prepare_jobs.outputs.pr_found == 'false' || github.event_name == 'pull_request'
3030
permissions:
3131
contents: write
@@ -36,14 +36,14 @@ jobs:
3636
DRY_RUN: true
3737
build:
3838
name: Build
39-
uses: dargmuesli/github-actions/.github/workflows/[email protected].6
39+
uses: dargmuesli/github-actions/.github/workflows/[email protected].7
4040
needs: release_semantic_dry
4141
permissions:
4242
packages: write
4343
release-semantic:
4444
needs: build
4545
name: Release (semantic)
46-
uses: dargmuesli/github-actions/.github/workflows/[email protected].6
46+
uses: dargmuesli/github-actions/.github/workflows/[email protected].7
4747
permissions:
4848
contents: write
4949
secrets:

Diff for: .github/workflows/release-schedule.yml

+1-1
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/[email protected].6
11+
uses: dargmuesli/github-actions/.github/workflows/[email protected].7
1212
secrets:
1313
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1414
with:

0 commit comments

Comments
 (0)