diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cf59391ca0ef32..e73c880d13fae2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,11 @@ version: 2 updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "gitsubmodule" directory: "/" schedule: diff --git a/.github/workflows/cirque.yaml b/.github/workflows/cirque.yaml index b758c4beb38a18..8f872b254b3d81 100644 --- a/.github/workflows/cirque.yaml +++ b/.github/workflows/cirque.yaml @@ -97,7 +97,7 @@ jobs: -- scripts/tests/cirque_tests.sh bootstrap - name: Artifact suffix id: outsuffix - uses: haya14busa/action-cond@v1.0.0 + uses: haya14busa/action-cond@v1 if: ${{ !env.ACT }} with: cond: ${{ github.event.pull_request.number == '' }}