소스 검색

Update deprecated checkout action to revision

Maxime JOURDAN - XANTHIO 1 년 전
부모
커밋
4876547c11
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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