diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 654e16c..631ccf7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: steps: - name: checkout the repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index 869bb30..3842783 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -20,7 +20,7 @@ jobs: outputs: triggered: ${{ steps.detect-trigger.outputs.trigger-found }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 2 persist-credentials: false @@ -51,7 +51,7 @@ jobs: steps: - name: checkout the repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: # need to fetch all tags to get a correct version fetch-depth: 0 # fetch all branches and tags @@ -106,7 +106,7 @@ jobs: steps: - name: checkout the repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: false - name: setup python diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 6aa8023..be5c187 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -14,7 +14,7 @@ jobs: id-token: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: false - name: Set up Python