Branch: refs/heads/master Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Committer: GitHub noreply@github.com Date: Mon, 12 Feb 2024 22:37:13 UTC Commit: 0eca441248c2fed63baf6cb851c24a710d0d8028 https://github.com/geany/geany/commit/0eca441248c2fed63baf6cb851c24a710d0d80...
Log Message: ----------- 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] support@github.com
Modified Paths: -------------- .github/workflows/build.yml
Modified: .github/workflows/build.yml 8 lines changed, 4 insertions(+), 4 deletions(-) =================================================================== @@ -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
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).