summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 58298271a0..30e9d6c659 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -79,7 +79,7 @@ jobs:
steps:
- name: Checkout repository from github
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- run: sudo dpkg --add-architecture i386
if: matrix.architecture == 'i386'
@@ -297,7 +297,7 @@ jobs:
steps:
- name: Checkout repository from github
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Install packages
if: matrix.features == 'huge'
@@ -458,7 +458,7 @@ jobs:
release: false
- name: Checkout repository from github
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Create a list of download URLs
shell: cmd