Skip to content

Commit

Permalink
fix(deps): update dargmuesli/github-actions action to v0.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed May 14, 2023
1 parent bb32253 commit 8c78d6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
release_semantic_dry:
needs: prepare_jobs
name: Release (semantic, dry)
uses: dargmuesli/github-actions/.github/workflows/release-semantic-next.yml@0.40.0
uses: dargmuesli/github-actions/.github/workflows/release-semantic-next.yml@0.40.2
if: needs.prepare_jobs.outputs.pr_found == 'false' || github.event_name == 'pull_request'
with:
DRY_RUN: true
CACHE_PATH: pnpm-lock.yaml
build:
name: Build
uses: dargmuesli/github-actions/.github/workflows/docker.yml@0.40.0
uses: dargmuesli/github-actions/.github/workflows/docker.yml@0.40.2
needs: release_semantic_dry
permissions:
packages: write
Expand All @@ -46,13 +46,13 @@ jobs:
release_semantic:
needs: build
name: Release (semantic)
uses: dargmuesli/github-actions/.github/workflows/release-semantic-next.yml@0.40.0
uses: dargmuesli/github-actions/.github/workflows/release-semantic-next.yml@0.40.2
with:
CACHE_PATH: pnpm-lock.yaml
deploy:
needs: build
name: Deploy
uses: dargmuesli/github-actions/.github/workflows/deploy-cloudflare-pages.yml@0.40.0
uses: dargmuesli/github-actions/.github/workflows/deploy-cloudflare-pages.yml@0.40.2
secrets:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
with:
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@0.40.0
uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@0.40.2
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
with:
Expand Down

0 comments on commit 8c78d6b

Please sign in to comment.