summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci_builds.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci_builds.yml')
-rw-r--r--.github/workflows/ci_builds.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci_builds.yml b/.github/workflows/ci_builds.yml
index b3bb83fa85..81151d6898 100644
--- a/.github/workflows/ci_builds.yml
+++ b/.github/workflows/ci_builds.yml
@@ -33,7 +33,7 @@ jobs:
- name: Disable safe.directory check
run : git config --global --add safe.directory '*'
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
submodules: recursive
ref: ${{ github.event.inputs.branch || github.ref }}