summaryrefslogtreecommitdiff
path: root/.github/workflows/linux.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/linux.yml')
-rw-r--r--.github/workflows/linux.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index f5fef03e5..9dd8ff672 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -16,7 +16,7 @@ jobs:
compiler: ['gcc', 'clang']
platform: ['x64']
steps:
- - uses: actions/checkout@v2.3.4
+ - uses: actions/checkout@v3
with:
submodules: 'true'
fetch-depth: '0'