File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " github-actions"
4+ directory : " /"
5+ commit-message :
6+ prefix : " [bot] "
7+ cooldown :
8+ default-days : 7
9+ schedule :
10+ interval : " weekly"
11+ day : " wednesday"
12+ time : " 11:00"
13+ timezone : " America/Los_Angeles"
Original file line number Diff line number Diff line change 1414 python-version : ["3.10"]
1515
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1818 - name : Set up Python ${{ matrix.python-version }}
19- uses : actions/setup-python@v3
19+ uses : actions/setup-python@3542bca2639a428e1796aaa6a2ffef0c0f575566 # v3
2020 with :
2121 python-version : ${{ matrix.python-version }}
2222 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments