diff --git a/.github/workflows/python_scripts.yml b/.github/workflows/python_scripts.yml index 563ec8d..6bad957 100644 --- a/.github/workflows/python_scripts.yml +++ b/.github/workflows/python_scripts.yml @@ -26,9 +26,9 @@ jobs: python-version: ["3.11", "3.12"] steps: - name: checkout source code - uses: actions/checkout@v3 + uses: actions/checkout@v7 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} - name: Install poetry diff --git a/.github/workflows/python_sphinx_docs.yml b/.github/workflows/python_sphinx_docs.yml index 306e82b..b9095b2 100644 --- a/.github/workflows/python_sphinx_docs.yml +++ b/.github/workflows/python_sphinx_docs.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 # Fetch all history for all tags and branches - name: Create tmp directories for master @@ -44,7 +44,7 @@ jobs: run: | curl -L -o python/master-tmp/dune.module https://raw.githubusercontent.com/OPM/opm-simulators/master/dune.module - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: "3.11" - name: Install poetry