diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 21d1bad..cccc1b6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout" - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false - name: "Install binaries" @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout" - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false - name: "Install binaries" @@ -83,7 +83,7 @@ jobs: POSTGRES_PASSWORD: postgres_ldap_sync steps: - name: "Checkout" - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false - name: "Install binaries" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5d6bcd3..4f03f07 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,7 +13,7 @@ jobs: VERSION: ${{ steps.export.outputs.VERSION }} steps: - name: "Checkout" - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false fetch-depth: 0 @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout" - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false - name: "Download all the dists"