Skip to content

Commit

Permalink
fix(deps): update dargmuesli/github-actions action to v0.19.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Nov 22, 2022
1 parent eafda3a commit 81f77c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ on:
jobs:
build:
name: Build
uses: dargmuesli/github-actions/.github/workflows/docker.yml@0.19.9
uses: dargmuesli/github-actions/.github/workflows/docker.yml@0.19.10
secrets:
DOCKER_HUB_ACCESS_TOKEN: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
DOCKER_HUB_USER_NAME: ${{ secrets.DOCKER_HUB_USER_NAME }}
release-semantic:
needs: build
name: Release (semantic)
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@0.19.9
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@0.19.10
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
release-assets:
needs: release-semantic
name: Release (assets)
uses: dargmuesli/github-actions/.github/workflows/release-assets.yml@0.19.9
uses: dargmuesli/github-actions/.github/workflows/release-assets.yml@0.19.10
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.19.9
uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@0.19.10
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
with:
Expand Down

0 comments on commit 81f77c0

Please sign in to comment.