Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger(a)uvena.de>
Committer: GitHub <noreply(a)github.com>
Date: Mon, 12 Feb 2024 22:43:01 UTC
Commit: abc80e894e391e1c73fa97315271c1e646a29059
https://github.com/geany/geany/commit/abc80e894e391e1c73fa97315271c1e646a29…
Log Message:
-----------
Merge pull request #3762 from geany/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
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).