From 43446ae7529ab93d52a317c80f6b9c20815f237e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 05:08:11 +0000 Subject: [PATCH] chore(deps): bump adriangl/check-new-commits-action from 1 to 2 Bumps [adriangl/check-new-commits-action](https://github.com/adriangl/check-new-commits-action) from 1 to 2. - [Release notes](https://github.com/adriangl/check-new-commits-action/releases) - [Changelog](https://github.com/hyperdevs-team/check-new-commits-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/adriangl/check-new-commits-action/compare/v1...v2) --- updated-dependencies: - dependency-name: adriangl/check-new-commits-action dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/nightly.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index 93334e5..ddd2498 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -16,7 +16,7 @@ jobs: steps: - name: Check for new commits in the last 24h id: check - uses: adriangl/check-new-commits-action@v1 + uses: adriangl/check-new-commits-action@v2 with: token: ${{ secrets.GITHUB_TOKEN }} seconds: 86400 # 24 hours