File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ name : GitHub Actions Version Updater
2+
3+ # Controls when the action will run.
4+ on :
5+ schedule :
6+ # Automatically run on every Sunday
7+ - cron : ' 0 0 * * 0'
8+
9+ jobs :
10+ build :
11+ runs-on : ubuntu-latest
12+
13+ steps :
14+ - uses : actions/checkout@v3
15+ with :
16+ # [Required] Access token with `workflow` scope.
17+ token : ${{ secrets.WORKFLOW_SECRET }}
18+
19+ - name : Run GitHub Actions Version Updater
20+ 21+ with :
22+ # [Required] Access token with `workflow` scope.
23+ token : ${{ secrets.WORKFLOW_SECRET }}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ### 3.8.3 (in progress) - TBD
4+
5+ - tbd
6+
37### 3.8.2 - bugfixes and project improvements
48
59 - Fixed issue with upcoming ` pytest 8.1 ` release. PR
You can’t perform that action at this time.
0 commit comments