From ce3c3f2abcd866a0d8a88916d00531f6f575d0a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 05:15:56 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codespell.yml | 2 +- .github/workflows/test.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 3f82a7a..e35578d 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout url-scgi - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e8d11cb..57c4074 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,28 +21,28 @@ jobs: steps: - name: Checkout async - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: jwiegley/emacs-async path: async persist-credentials: false - name: Checkout url-scgi - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: skangas/url-scgi path: url-scgi persist-credentials: false - name: Checkout xml-rpc - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: xml-rpc-el/xml-rpc-el path: xml-rpc persist-credentials: false - name: Checkout mentor - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: skangas/mentor path: mentor