Merge pull request #6107 from consuldemocracy/dependabot/github_actions/actions/checkout-5

Bump actions/checkout from 4 to 5
This commit is contained in:
Javi Martín
2025-10-31 11:32:18 +01:00
committed by GitHub
5 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ jobs:
PGUSER: consul
PGPASSWORD: password
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true