diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index 79a3649..55623de 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -14,7 +14,7 @@ jobs: name: Production steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install tools run: | @@ -51,7 +51,7 @@ jobs: name: Stage steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install tools run: | @@ -130,7 +130,7 @@ jobs: name: Production steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install tools run: |