diff --git a/.github/actions/install-dependencies-poetry/action.yml b/.github/actions/install-dependencies-poetry/action.yml index 3e191e1..4680600 100644 --- a/.github/actions/install-dependencies-poetry/action.yml +++ b/.github/actions/install-dependencies-poetry/action.yml @@ -4,7 +4,7 @@ description: 'Install Dependencies (using Poetry)' runs: using: 'composite' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install Python 3.x uses: actions/setup-python@v4 with: @@ -33,4 +33,4 @@ runs: pip install -e . # for now do this here - pip install coveralls pytest \ No newline at end of file + pip install coveralls pytest