We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37779fb commit 446de40Copy full SHA for 446de40
1 file changed
.github/workflows/auto_check.yml
@@ -3,16 +3,16 @@ name: Bump upstream version
3
on:
4
schedule:
5
- cron: "00 */4 * * *"
6
- push:
7
- branches:
8
- - "master"
9
- - "main"
+ workflow_dispatch:
10
11
jobs:
12
- build:
+ bump-upstream:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
+ - uses: actions/setup-node@v6
+ with:
+ node-version: "22"
16
- run: npx @dappnode/dappnodesdk github-action bump-upstream
17
env:
18
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments