mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-09-26 21:01:14 +08:00
chore(deps): update cunicu/.github action to v0.3.0
This commit is contained in:
2
.github/workflows/check.yaml
vendored
2
.github/workflows/check.yaml
vendored
@@ -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
.github/workflows/mirror.yaml
vendored
2
.github/workflows/mirror.yaml
vendored
@@ -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
.github/workflows/release-tag.yaml
vendored
2
.github/workflows/release-tag.yaml
vendored
@@ -12,7 +12,7 @@ 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 }}
|
||||
permissions:
|
||||
|
Reference in New Issue
Block a user