Browse Source

ci: bump cross-platform-actions/action version to v0.23.0

scribam 1 year ago
parent
commit
cbe330befd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/cpactions.yml

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

@@ -28,7 +28,7 @@ jobs:
     steps:
     - uses: actions/checkout@v4
     - name: Build
-      uses: cross-platform-actions/action@v0.21.1
+      uses: cross-platform-actions/action@v0.23.0
       with:
         operating_system: ${{ matrix.platform.os }}
         architecture: ${{ matrix.platform.os-arch }}