summaryrefslogtreecommitdiff
path: root/.github/workflows/builds.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/builds.yml')
-rw-r--r--.github/workflows/builds.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml
index 4387c97c..d9c363bd 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -69,7 +69,7 @@ jobs:
pacman --noconfirm -Sy git || true
echo "::endgroup::"
- name: Repository checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
with:
submodules: "true"
- name: Install dependency packages
@@ -81,7 +81,7 @@ jobs:
# INFO: M-C-C depends mate-desktop 1.27.1+, so we should install it from source.
- name: Cache mate-desktop binary packages
- uses: actions/cache@v3
+ uses: actions/cache@v4
id: cache-mate-desktop
with:
path: ${{ env.CACHE_PATH }}