Skip to content

Commit a83117a

Browse files
committed
Update GitHub Actions workflow to use Redis 7 and actions/checkout@v5
1 parent 85d7359 commit a83117a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
POSTGRES_DB: postgres
2323
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
2424
redis:
25-
image: redis:3
25+
image: redis:7
2626
env:
2727
CKAN_SQLALCHEMY_URL: postgresql://ckan_default:pass@postgres/ckan_test
2828
CKAN_DATASTORE_WRITE_URL: postgresql://datastore_write:pass@postgres/datastore_test
@@ -31,7 +31,7 @@ jobs:
3131
CKAN_REDIS_URL: redis://redis:6379/1
3232

3333
steps:
34-
- uses: actions/checkout@v2
34+
- uses: actions/checkout@v5
3535
- name: Install requirements
3636
run: |
3737
pip install -e .

0 commit comments

Comments
 (0)