Skip to content

Commit 0342a86

Browse files
committed
re-enable dependabout for official GHA actions
1 parent 9475f5b commit 0342a86

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ updates:
66
schedule:
77
interval: "daily"
88
ignore:
9-
# Offical actions have moving tags like v1
10-
# that are used, so they don't need updates here
11-
- dependency-name: "actions/*"
129
# cibuildwheel updates often and cannot be tracked by
1310
# a major version tag like 'v1'. Mute updates since
1411
# this is not a critical component

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
shell: bash
7474

7575
- name: Upload wheels
76-
uses: actions/upload-artifact@v2
76+
uses: actions/upload-artifact@v3
7777
with:
7878
path: wheelhouse/*.whl
7979

0 commit comments

Comments
 (0)