diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index a8526ba3..c2b373d8 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -34,7 +34,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@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 ref: ${{github.event.after}} diff --git a/.github/workflows/persistence-performance.yml b/.github/workflows/persistence-performance.yml index d23d5dab..8e96f806 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@v4 + - uses: actions/checkout@v5 - name: Set up Python uses: actions/setup-python@v5 with: diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index abed45c1..e22f38c4 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@v4 + - uses: actions/checkout@v5 with: ref: ${{ github.event.inputs.version }}