Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                | from   | to     |
| ----------- | ---------------------- | ------ | ------ |
| github-tags | actions/checkout       | v4.1.4 | v4.2.2 |
| docker      | redis                  | 7.2    | 7.4    |
| github-tags | shivammathur/setup-php | 2.30.4 | 2.31.1 |
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent d618ec9 commit 1fcc43f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-images-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: echo $IMAGE_NAME

- name: "Checkout"
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.2.2

- name: "Log in to the Container registry"
uses: docker/login-action@v3
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
name: CS Checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.4
- uses: shivammathur/setup-php@2.30.4
- uses: actions/checkout@v4.2.2
- uses: shivammathur/setup-php@2.31.1
with:
php-version: ${{ env.default_php }}
extensions: ${{ env.php_extensions }}
Expand All @@ -32,8 +32,8 @@ jobs:
name: Psalm Static Analysis
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.4
- uses: shivammathur/setup-php@2.30.4
- uses: actions/checkout@v4.2.2
- uses: shivammathur/setup-php@2.31.1
with:
php-version: ${{ env.default_php }}
extensions: ${{ env.php_extensions }}
Expand Down Expand Up @@ -61,8 +61,8 @@ jobs:
options: --health-cmd="redis-cli ping" --health-interval=10s --health-timeout=5s --health-retries=3

steps:
- uses: actions/checkout@v4.1.4
- uses: shivammathur/setup-php@2.30.4
- uses: actions/checkout@v4.2.2
- uses: shivammathur/setup-php@2.31.1
with:
php-version: ${{ matrix.php-version }}
extensions: ${{ env.php_extensions }}
Expand Down Expand Up @@ -90,8 +90,8 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: actions/checkout@v4.1.4
- uses: shivammathur/setup-php@2.30.4
- uses: actions/checkout@v4.2.2
- uses: shivammathur/setup-php@2.31.1
with:
php-version: ${{ env.default_php }}
ini-values: memory_limit=-1
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: '3'
services:
redis:
container_name: 'dontpaylate.redis'
image: 'redis:7.2-alpine'
image: 'redis:7.4-alpine'
volumes:
- 'redis:/data'
networks:
Expand Down

0 comments on commit 1fcc43f

Please sign in to comment.