Browse Source

fix(deps): bump actions/checkout from 4 to 5 (#816)

dependabot[bot] 2 weeks ago
parent
commit
161b465f16
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .github/workflows/build.yml

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

@@ -92,7 +92,7 @@ jobs:
 
 
     steps:
     steps:
     - name: "SCM Checkout"
     - name: "SCM Checkout"
-      uses: actions/checkout@v4
+      uses: actions/checkout@v5
 
 
     - name: "Add msbuild to PATH"
     - name: "Add msbuild to PATH"
       if: matrix.build_system == 'vs2019'
       if: matrix.build_system == 'vs2019'
@@ -283,7 +283,7 @@ jobs:
     steps:
     steps:
 
 
     - name: "SCM Checkout"
     - name: "SCM Checkout"
-      uses: actions/checkout@v4
+      uses: actions/checkout@v5
 
 
     - name: Install haxe
     - name: Install haxe
       uses: krdlab/setup-haxe@v2
       uses: krdlab/setup-haxe@v2
@@ -319,7 +319,7 @@ jobs:
     steps:
     steps:
 
 
     - name: "SCM Checkout"
     - name: "SCM Checkout"
-      uses: actions/checkout@v4
+      uses: actions/checkout@v5
 
 
     - name: "Get: all build artifacts"
     - name: "Get: all build artifacts"
       uses: actions/download-artifact@v4
       uses: actions/download-artifact@v4