Skip to content

Commit 7884003

Browse files
arkqpull[bot]
authored andcommitted
Check for github-actions updates every week (#25075)
1 parent fbd958c commit 7884003

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/dependabot.yml

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
version: 2
22
updates:
3+
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
39
- package-ecosystem: "gitsubmodule"
410
directory: "/"
511
schedule:

.github/workflows/cirque.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
-- scripts/tests/cirque_tests.sh bootstrap
9898
- name: Artifact suffix
9999
id: outsuffix
100-
uses: haya14busa/action-cond@v1.0.0
100+
uses: haya14busa/action-cond@v1
101101
if: ${{ !env.ACT }}
102102
with:
103103
cond: ${{ github.event.pull_request.number == '' }}

0 commit comments

Comments
 (0)