Bump actions to V4 (#6504)

This commit is contained in:
Kowlin
2025-01-07 21:41:17 +01:00
committed by GitHub
parent ba44370020
commit 22888f8014
8 changed files with 25 additions and 26 deletions

View File

@@ -39,7 +39,7 @@ jobs:
fail-fast: false
name: Tox - ${{ matrix.friendly_name }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ env.ref }}
- name: Set up Python
@@ -76,7 +76,7 @@ jobs:
POSTGRES_PASSWORD: postgres
POSTGRES_USER: postgres
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ env.ref }}
- name: Set up Python