Skip to content

Commit

Permalink
Dependency updates (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
avvertix authored May 19, 2024
1 parent eb51b7b commit c2e2601
Show file tree
Hide file tree
Showing 6 changed files with 886 additions and 874 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@ jobs:
php: [8.2]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 1

- name: Cache dependencies
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ~/.composer/cache/files
key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}

- name: Cache JS dependencies
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ~/.yarn/
key: dependencies-js-${{ matrix.php }}-yarn-${{ hashFiles('yarn.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 1

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN \

## second step, assemble the image

FROM php:8.2.15-fpm-bullseye AS php
FROM php:8.2.18-fpm-bullseye AS php

LABEL maintainer="Alessio <alessio@avsoft.it>" \
org.label-schema.name="avvertix/kart-race-management" \
Expand Down
Loading

0 comments on commit c2e2601

Please sign in to comment.