diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index aa11278..c7e84da 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checking Out - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} persist-credentials: false @@ -46,7 +46,7 @@ jobs: steps: - name: Checking Out - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} fetch-depth: 0 diff --git a/.github/workflows/gh-deploy.yml b/.github/workflows/gh-deploy.yml index 6bc2886..9e0d910 100644 --- a/.github/workflows/gh-deploy.yml +++ b/.github/workflows/gh-deploy.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checking Out - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} fetch-depth: 0