branch: elpa/datetime commit 96cd564501452805b5101a473534330ba3fb94b8 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Commit: Paul Pogonyshev <pogonys...@gmail.com>
Bump actions/checkout from 2 to 3 Bumps [actions/checkout](https://github.com/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) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <supp...@github.com> --- .github/workflows/check-for-updates.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-for-updates.yml b/.github/workflows/check-for-updates.yml index d5b6957beb..9d15b24c2d 100644 --- a/.github/workflows/check-for-updates.yml +++ b/.github/workflows/check-for-updates.yml @@ -30,7 +30,7 @@ jobs: java-version: '17' - name: Check out the source code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Check if 'extmap' files are up-to-date # I haven't found any good way to send a notification from a diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9d3a7176bf..d9f2490aba 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,7 +35,7 @@ jobs: java-version: '17' - name: Check out the source code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Test the project run: |