From 0eca441248c2fed63baf6cb851c24a710d0d8028 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 22:37:13 +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/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 37a58f48bb..4e1e8b8313 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: CXX: ccache g++ steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # create and use a timestamp for the cache key: GH Actions will never update a cache # only use an existing cache item or create a new one. To use an existing cache *and* @@ -117,7 +117,7 @@ jobs: CXX: ccache g++ steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # create and use a timestamp for the cache key: GH Actions will never update a cache # only use an existing cache item or create a new one. To use an existing cache *and* @@ -183,10 +183,10 @@ jobs: steps: - name: Checkout Geany - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Checkout Build Scripts - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: master repository: geany/infrastructure