Skip to content

Commit 9aeb50b

Browse files
committed
chore(ci): cleanup
Signed-off-by: William Woodruff <[email protected]>
1 parent 190bc15 commit 9aeb50b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ updates:
55
directory: /
66
schedule:
77
interval: weekly
8+
cooldown:
9+
default-days: 7
810

911
- package-ecosystem: github-actions
1012
directory: /
1113
schedule:
1214
interval: weekly
1315
open-pull-requests-limit: 99
1416
rebase-strategy: "disabled"
17+
cooldown:
18+
default-days: 7

.github/workflows/listgen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
./env/bin/python ./support/fetch-sphinx.py "${LISTGEN_PYTHON_VERSION}" > pre-list.txt
4242
4343
- name: upload pre-list
44-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
44+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4545
with:
4646
name: pre-list-${{ matrix.python }}
4747
path: pre-list.txt
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
python-version: ${{ matrix.python }}
6868

69-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
69+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
7070
with:
7171
name: pre-list-${{ matrix.python }}
7272

0 commit comments

Comments
 (0)