Skip to content

Commit

Permalink
chore(deps): update dargmuesli/github-actions action to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 17, 2024
1 parent 4007f16 commit 02bb7de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
release_semantic_dry:
needs: prepare_jobs
name: Release (semantic, dry)
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.2.7
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.3.0
if: contains(fromJSON('["beta", "alpha"]'), github.ref_name) || needs.prepare_jobs.outputs.pr_found == 'false' || github.event_name == 'pull_request'
permissions:
contents: write
Expand All @@ -37,7 +37,7 @@ jobs:
DRY_RUN: true
build:
name: Build
uses: dargmuesli/github-actions/.github/workflows/docker.yml@2.2.7
uses: dargmuesli/github-actions/.github/workflows/docker.yml@2.3.0
needs: release_semantic_dry
permissions:
packages: write
Expand All @@ -47,7 +47,7 @@ jobs:
release_semantic:
needs: build
name: Release (semantic)
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.2.7
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.3.0
permissions:
contents: write
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
release-schedule:
name: "Release: Scheduled"
uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@2.2.7
uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@2.3.0
secrets:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
Expand Down

0 comments on commit 02bb7de

Please sign in to comment.