Skip to content

Commit

Permalink
fix: Update reusable GitHub workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
  • Loading branch information
stv0g committed Oct 10, 2024
1 parent f276cfd commit 4afeaa8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ on:

jobs:
reuse:
uses: cunicu/.github/.github/workflows/reuse.yaml@v0.2.0
uses: cunicu/.github/.github/workflows/reuse.yaml@v0.3.0
2 changes: 1 addition & 1 deletion .github/workflows/mirror.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ on: [push, delete]

jobs:
mirror:
uses: cunicu/.github/.github/workflows/mirror.yaml@v0.2.0
uses: cunicu/.github/.github/workflows/mirror.yaml@v0.3.0
secrets:
CODEBERG_SSH_KEY: ${{ secrets.CODEBERG_SSH_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ on:

jobs:
semver-tag:
uses: cunicu/.github/.github/workflows/release.yaml@v0.2.0
uses: cunicu/.github/.github/workflows/release.yaml@v0.3.0
secrets:
PAT: ${{ secrets.PAT }}

0 comments on commit 4afeaa8

Please sign in to comment.