diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb96001..50601f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: moneymeets/action-setup-python-poetry@master diff --git a/action.yml b/action.yml index dde9849..a573a2e 100644 --- a/action.yml +++ b/action.yml @@ -58,7 +58,7 @@ runs: run: pipx install poetry==${{ steps.detect-versions.outputs.poetry-version }} - name: Setup Python for action - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 id: setup-python-action with: python-version: '${{ steps.detect-versions-action.outputs.python-version-constraint }}' @@ -74,7 +74,7 @@ runs: working-directory: ${{ github.action_path }} - name: Setup Python for repository - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 id: setup-python with: python-version: '${{ steps.detect-versions.outputs.python-version-constraint }}'