diff --git a/.github/workflows/dockerised-postgres.yml b/.github/workflows/dockerised-postgres.yml index 2a2050ec..431ca371 100644 --- a/.github/workflows/dockerised-postgres.yml +++ b/.github/workflows/dockerised-postgres.yml @@ -48,7 +48,7 @@ jobs: - 5433:5432 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Run test noproc fixture on docker uses: fizyk/actions-reuse/.github/actions/pipenv@v4.1.1 with: diff --git a/.github/workflows/oldest-postgres.yml b/.github/workflows/oldest-postgres.yml index 19436aca..ad37050b 100644 --- a/.github/workflows/oldest-postgres.yml +++ b/.github/workflows/oldest-postgres.yml @@ -34,7 +34,7 @@ jobs: PYTHON: ${{ matrix.python-version }} POSTGRES: ${{ inputs.postgresql }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up Pipenv on python ${{ matrix.python-version }} uses: fizyk/actions-reuse/.github/actions/pipenv-setup@v4.1.1 with: diff --git a/.github/workflows/single-postgres.yml b/.github/workflows/single-postgres.yml index 9f4c1a6c..3fd71b59 100644 --- a/.github/workflows/single-postgres.yml +++ b/.github/workflows/single-postgres.yml @@ -34,7 +34,7 @@ jobs: PYTHON: ${{ matrix.python-version }} POSTGRES: ${{ inputs.postgresql }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up Pipenv on python ${{ matrix.python-version }} uses: fizyk/actions-reuse/.github/actions/pipenv-setup@v4.1.1 with: