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 438bfd9ea9..62be12dda4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
extra: vimtags
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Install packages
run: |
@@ -295,7 +295,7 @@ jobs:
features: [tiny, normal, huge]
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Install packages
if: matrix.features == 'huge'
@@ -432,7 +432,7 @@ jobs:
msystem: ${{ matrix.msystem }}
release: false
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Create a list of download URLs
shell: cmd