From 77b4e869ddebe437489a333a0aae6f2a62b397c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Jul 2023 14:33:41 +0000 Subject: [PATCH 1/2] chore: bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [crate-ci/typos](https://github.com/crate-ci/typos). Updates `actions/checkout` from 2 to 3 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) Updates `crate-ci/typos` from 1.14.12 to 1.15.10 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/v1.14.12...v1.15.10) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/stale.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 52055c171f526..5cd6a7786bb96 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -122,7 +122,7 @@ jobs: # Check for any typos - name: Check for typos - uses: crate-ci/typos@v1.14.12 + uses: crate-ci/typos@v1.15.10 with: config: .github/workflows/typos.toml diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 9cc9f60c18e3f..6e92a91fbd880 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Run delete-old-branches-action uses: beatlabs/delete-old-branches-action@v0.0.10 with: From 00fd022429933fe905a697c8e99854e905b70843 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Sat, 8 Jul 2023 17:55:50 +0300 Subject: [PATCH 2/2] Discard changes to .github/workflows/ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5cd6a7786bb96..52055c171f526 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -122,7 +122,7 @@ jobs: # Check for any typos - name: Check for typos - uses: crate-ci/typos@v1.15.10 + uses: crate-ci/typos@v1.14.12 with: config: .github/workflows/typos.toml