diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 2b74faf5..6db12d7e 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -36,7 +36,7 @@ jobs: # message and make it available in later steps. This is because we want to # check the content of the commit message, but on PRs, it's replaced by an # artificial commit message. See https://github.com/skops-dev/skops/pull/147 - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 ref: ${{github.event.after}} diff --git a/.github/workflows/persistence-performance.yml b/.github/workflows/persistence-performance.yml index 55abbefd..1ee71a73 100644 --- a/.github/workflows/persistence-performance.yml +++ b/.github/workflows/persistence-performance.yml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 10 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Python uses: actions/setup-python@v6 with: diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index 326987da..79b3df9e 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -21,7 +21,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.event.inputs.version }}