Skip to content

Commit

Permalink
- May 2024 batch update (#425)
Browse files Browse the repository at this point in the history
* - (docker dev) Bump composer in /environment/prod/app

Bumps composer from 2.7.2 to 2.7.4.

---
updated-dependencies:
- dependency-name: composer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* - May 2024 batch update

* - change .gitignore permissions to previous

---------

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]>
  • Loading branch information
dependabot[bot] and Blusia authored May 8, 2024
1 parent 6a9a8a3 commit ca9a81c
Show file tree
Hide file tree
Showing 10 changed files with 499 additions and 487 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-beta-manually.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: echo "BRANCH_NAME=$GITHUB_REF_NAME" >> $GITHUB_ENV

- name: checkout
uses: actions/[email protected].2
uses: actions/[email protected].4
with:
fetch-depth: 0
ref: ${{ env.BRANCH_NAME }}
Expand All @@ -35,7 +35,7 @@ jobs:
run: echo "DEPLOYMENT_PROJECT_VERSION=$(bash ./environment/prod/deployment/scripts/version.sh --long)" >> $GITHUB_ENV

- name: set up Docker Buildx
uses: docker/setup-buildx-action@v3.2.0
uses: docker/setup-buildx-action@v3.3.0

- name: login to GitHub Container Registry
uses: docker/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
REPO_NAME: toby
steps:
- name: checkout
uses: actions/[email protected].2
uses: actions/[email protected].4

- name: set deployment project version
run: echo "DEPLOYMENT_PROJECT_VERSION=$(bash ./environment/prod/deployment/scripts/version.sh --long)" >> $GITHUB_ENV

- name: set up Docker Buildx
uses: docker/setup-buildx-action@v3.2.0
uses: docker/setup-buildx-action@v3.3.0

- name: login to GitHub Container Registry
uses: docker/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-and-lint-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Set up node
uses: actions/[email protected]
with:
node-version: 20
node-version: 22

- name: Instal npm dependencies
run: npm clean-install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-and-lint-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
restore-keys: ${{ runner.os }}-composer-dependencies

- name: Setup PHP
uses: shivammathur/[email protected].2
uses: shivammathur/[email protected].4
with:
php-version: 8.3
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, pdo_pgsql, intl, gd
Expand Down
Loading

0 comments on commit ca9a81c

Please sign in to comment.