diff --git a/.github/workflows/build-offline.yml b/.github/workflows/build-offline.yml index 3a5f4f4..cff80df 100644 --- a/.github/workflows/build-offline.yml +++ b/.github/workflows/build-offline.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: persist-credentials: "false" diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8366c87..66deade 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,7 @@ jobs: contents: read steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: repository: ${{ inputs.repo }} ref: ${{ inputs.ref }} diff --git a/.github/workflows/download-repo.yml b/.github/workflows/download-repo.yml index c122c25..188f738 100644 --- a/.github/workflows/download-repo.yml +++ b/.github/workflows/download-repo.yml @@ -42,7 +42,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: "privacyguides/${{ inputs.repo }}" path: repo-${{ inputs.repo }} @@ -60,7 +60,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: "privacyguides/${{ inputs.repo }}" path: repo-${{ inputs.repo }}