Skip to content

Commit

Permalink
build(deps): bump actions/stale from 8.0.0 to 9.0.0 (#528)
Browse files Browse the repository at this point in the history
* build(deps): bump actions/stale from 8.0.0 to 9.0.0

Bumps [actions/stale](https://github.com/actions/stale) from 8.0.0 to 9.0.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@v8.0.0...v9.0.0)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update trunk-check.yml

Signed-off-by: Sall <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Sall <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sall <[email protected]>
  • Loading branch information
dependabot[bot] and ss-o authored Dec 9, 2023
1 parent c9c3ba6 commit 901c9ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🚀 Run stale
uses: actions/stale@v8.0.0
uses: actions/stale@v9.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 30
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/trunk-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
if: github.event.schedule != '0 07 * * 5'
name: ""
uses: z-shell/.github/.github/workflows/trunk.yml@main
with:
node_version: "lts/*"
pnpm_arguments: "pnpm i && pnpm run build"
upload:
if: github.event.schedule == '0 07 * * 5'
name: "🆙"
Expand Down

0 comments on commit 901c9ba

Please sign in to comment.