Ver Fonte

Update deprecated checkout action to revision

Maxime JOURDAN - XANTHIO há 1 ano atrás
pai
commit
4876547c11
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/cmake.yml

+ 1 - 1
.github/workflows/cmake.yml

@@ -15,7 +15,7 @@ jobs:
       fail-fast: false
 
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v4
       
     - name: Install ARM toolchain
       run: sudo apt-get install gcc-arm-none-eabi binutils-arm-none-eabi