Skip to content

Commit

Permalink
chore(deps): update dargmuesli/github-actions action to v0.40.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 5, 2023
1 parent 3c80ad3 commit bcbcb2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ on:
jobs:
build:
name: Build
uses: dargmuesli/github-actions/.github/workflows/docker-ghcr.yml@0.40.11
uses: dargmuesli/github-actions/.github/workflows/docker-ghcr.yml@0.40.12
permissions:
packages: write
with:
BUILD_TARGET: development
release-semantic:
needs: build
name: Semantic Release
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@0.40.11
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@0.40.12
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
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@0.40.11
uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@0.40.12
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
with:
Expand Down

0 comments on commit bcbcb2a

Please sign in to comment.