From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 22:26:21 +0000 (+0000) Subject: Bump actions/checkout from 2 to 4 X-Git-Tag: release/3.3~7^2 X-Git-Url: https://git.eyrie.org/?a=commitdiff_plain;h=cd7927c9406f85cfd53f6fa7f3ecece04b59a8a2;p=kerberos%2Fkrb5-strength.git Bump actions/checkout from 2 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 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/v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 391dcb0..644c5d4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -32,7 +32,7 @@ jobs: - "heimdal" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: install run: sudo ci/install - name: test