Skip to content

Commit

Permalink
Update dependencies (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
Petter Walbø Johnsgård authored Dec 18, 2023
1 parent 33afcc9 commit a498402
Show file tree
Hide file tree
Showing 11 changed files with 697 additions and 659 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checkout-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
restore-keys: |
${{ runner.os }}-composer-
${{ runner.os }}-composer-
- name: Setup PHP environment
uses: shivammathur/setup-php@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-manual-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

deploy:
uses: 'dekodeinteraktiv/github-actions/.github/workflows/deploy-to-server.yml@main'
needs: [ code-checkout ]
needs: [code-checkout]
with:
ARTIFACT_NAME: 'compressed-code-artifact'
RSYNC_FILTER_FILE: './tools/github/rsync-file-filter.rules'
Expand All @@ -44,7 +44,7 @@ jobs:

cleanup:
runs-on: ubuntu-latest
needs: [ deploy ]
needs: [deploy]

steps:
# Delete artifacts after use.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-manual-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

deploy:
uses: 'dekodeinteraktiv/github-actions/.github/workflows/deploy-to-server.yml@main'
needs: [ code-checkout ]
needs: [code-checkout]
with:
ARTIFACT_NAME: 'compressed-code-artifact'
RSYNC_FILTER_FILE: './tools/github/rsync-file-filter.rules'
Expand All @@ -44,7 +44,7 @@ jobs:

cleanup:
runs-on: ubuntu-latest
needs: [ deploy ]
needs: [deploy]

steps:
# Delete artifacts after use.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

deploy:
uses: 'dekodeinteraktiv/github-actions/.github/workflows/deploy-to-server.yml@main'
needs: [ code-checkout ]
needs: [code-checkout]
with:
ARTIFACT_NAME: 'compressed-code-artifact'
RSYNC_FILTER_FILE: './tools/github/rsync-file-filter.rules'
Expand All @@ -28,7 +28,7 @@ jobs:

cleanup:
runs-on: ubuntu-latest
needs: [ deploy ]
needs: [deploy]

steps:
# Delete artifacts after use.
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/deploy-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

deploy:
uses: 'dekodeinteraktiv/github-actions/.github/workflows/deploy-to-server.yml@main'
needs: [ code-checkout ]
needs: [code-checkout]
with:
ARTIFACT_NAME: 'compressed-code-artifact'
RSYNC_FILTER_FILE: './tools/github/rsync-file-filter.rules'
Expand All @@ -29,12 +29,12 @@ jobs:

cleanup:
runs-on: ubuntu-latest
needs: [ deploy ]
needs: [deploy]

steps:
# Delete artifacts after use.
- uses: geekyeggo/delete-artifact@v2
with:
failOnError: false
name: 'compressed-code-artifact'
useGlob: false
failOnError: false
name: 'compressed-code-artifact'
useGlob: false
4 changes: 2 additions & 2 deletions .github/workflows/security-psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Psalm Static analysis
on:
workflow_dispatch:
#schedule:
# Run every Monday at 1am.
#- cron: '0 1 * * 1'
# Run every Monday at 1am.
#- cron: '0 1 * * 1'

jobs:
psalm:
Expand Down
2 changes: 1 addition & 1 deletion anonymize.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,4 @@
]
}
]
}
}
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"dekode/imagify-helper": "1.0.0",
"dekodeinteraktiv/dekode-label-environment": "~1.0.0",
"inpsyde/wp-translation-downloader": "~2.5.0",
"roots/wordpress": "~6.4.1",
"symfony/dotenv": "~6.3.0",
"t2/t2": "~7.2.0",
"roots/wordpress": "~6.4.2",
"symfony/dotenv": "~6.4.0",
"t2/t2": "~7.3.0",
"wpackagist-plugin/imagify": "~2.1.0",
"wpackagist-plugin/spinupwp": "~1.5.1",
"wpackagist-plugin/two-factor": "~0.8.2"
Expand Down
Loading

0 comments on commit a498402

Please sign in to comment.