diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4328adf50..05ede12f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5 steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install platform dependencies run: | sudo apt -y update diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index d29c620ee..9329c2c8a 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - uses: actions/setup-python@v5 with: python-version-file: '.python-version'