-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* - (docker dev) Bump node in /environment/dev/app Bumps node from 22.1-bullseye-slim to 22.6-bullseye-slim. --- updated-dependencies: - dependency-name: node dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * - August 2024 batch update --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Blusia <[email protected]> Co-authored-by: Ewelina Skrzypacz <[email protected]>
- Loading branch information
1 parent
733db7b
commit 521c5b9
Showing
6 changed files
with
779 additions
and
332 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/[email protected].4 # https://github.com/actions/checkout | ||
- uses: actions/[email protected].7 # https://github.com/actions/checkout | ||
|
||
- name: Cache dependencies | ||
uses: actions/[email protected] # https://github.com/actions/cache | ||
|
@@ -29,7 +29,7 @@ jobs: | |
restore-keys: ${{ runner.os }}-npm-dependencies | ||
|
||
- name: Set up node | ||
uses: actions/[email protected].2 # https://github.com/actions/setup-node | ||
uses: actions/[email protected].3 # https://github.com/actions/setup-node | ||
with: | ||
node-version: 21 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ jobs: | |
- 5432:5432 | ||
|
||
steps: | ||
- uses: actions/[email protected].4 # https://github.com/actions/checkout | ||
- uses: actions/[email protected].7 # https://github.com/actions/checkout | ||
|
||
- name: Validate composer.json and composer.lock | ||
run: composer validate | ||
|
@@ -47,7 +47,7 @@ jobs: | |
restore-keys: ${{ runner.os }}-composer-dependencies | ||
|
||
- name: Setup PHP | ||
uses: shivammathur/setup-php@2.30.4 # https://github.com/shivammathur/setup-php | ||
uses: shivammathur/setup-php@2.31.1 # https://github.com/shivammathur/setup-php | ||
with: | ||
php-version: 8.3 | ||
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, pdo_pgsql, intl | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.