File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99
1010jobs :
1111 autodev :
12- uses : Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v9.0 .0
12+ uses : Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v9.1 .0
1313 with :
1414 labels : true
1515 secrets :
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-24.04
1818 steps :
1919 - name : Check out code
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
2121 with :
2222 fetch-depth : 0
2323
5151 runs-on : ubuntu-24.04
5252 steps :
5353 - name : Check out code
54- uses : actions/checkout@v5
54+ uses : actions/checkout@v6
5555 with :
5656 fetch-depth : 0
5757
Original file line number Diff line number Diff line change 88
99jobs :
1010 release :
11- uses : Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v9.0 .0
11+ uses : Staffbase/gha-workflows/.github/workflows/template_release_drafter.yml@v9.1 .0
1212 secrets :
1313 app_id : ${{ vars.STAFFBASE_ACTIONS_APP_ID }}
1414 private_key : ${{ secrets.STAFFBASE_ACTIONS_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments