diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a97e2e6..12c040f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: certificatepassword: ${{ secrets.CERTIFICATEPASSWORD }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set version diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 91cc1d5..0e083eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: needs: call-build steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Download artifacts @@ -22,7 +22,7 @@ jobs: with: name: installer - name: Create Release - uses: ncipollo/release-action@v1.7.3 + uses: ncipollo/release-action@v1 with: artifacts: ./AmagnoPrinterInstaller.msi token: ${{ secrets.GITHUB_TOKEN }}