Update GitHub checkout action to latest version
[openjpeg.git] / .github / workflows / code_style.yml
index bd09e5e8b98ca68b22afa24aa9eb8d731a4c1fe8..4d5db306836cd7c8cae4e70ec9b51a5f066adb03 100644 (file)
@@ -8,7 +8,7 @@ jobs:
     if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')"
     steps:
       - name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@v4
         with:
             fetch-depth: 0