Browse Source

update checkout action

Sergey Gomenyuk 1 year ago
parent
commit
556b633393
2 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build.yml
  2. 0 0
      Dockerfile.build

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

@@ -11,7 +11,7 @@ jobs:
 
 
     steps:
     steps:
       - name: Clone Git repository
       - name: Clone Git repository
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
 
 
       - name: Install g++
       - name: Install g++
         run: |
         run: |

+ 0 - 0
Dockerfile.build