From 621ab79a6c95be34c713187ff06b5142fd517392 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 17:56:39 +0300 Subject: [PATCH] Bump n1hility/cancel-previous-runs from 2.0 to 3.0 (#1724) Bumps [n1hility/cancel-previous-runs](https://github.com/n1hility/cancel-previous-runs) from 2.0 to 3.0. - [Release notes](https://github.com/n1hility/cancel-previous-runs/releases) - [Commits](https://github.com/n1hility/cancel-previous-runs/compare/v2...v3.0) --- updated-dependencies: - dependency-name: n1hility/cancel-previous-runs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/rockylinux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rockylinux.yml b/.github/workflows/rockylinux.yml index 5db8a9e3b7..bf0e1d8c84 100644 --- a/.github/workflows/rockylinux.yml +++ b/.github/workflows/rockylinux.yml @@ -47,7 +47,7 @@ jobs: steps: - name: Cancel Previous Workflow Runs - uses: n1hility/cancel-previous-runs@v2.0 + uses: n1hility/cancel-previous-runs@v3.0 with: token: ${{ secrets.GITHUB_TOKEN }}