From 7790fa32a7c86b982b943b62586fbffd6861ea41 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Fri, 14 May 2021 17:14:28 +0100 Subject: [PATCH 1/2] Update dependencies - 2021-05-14 --- composer.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.lock b/composer.lock index 307f3a207..2debf6acd 100644 --- a/composer.lock +++ b/composer.lock @@ -3504,12 +3504,12 @@ "source": { "type": "git", "url": "https://github.com/wp-cli/wp-cli.git", - "reference": "4c4746d06640af7698f3792cc4c327a8482dc40f" + "reference": "0bcf0c54f4d35685211d435e25219cc7acbe6d48" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/4c4746d06640af7698f3792cc4c327a8482dc40f", - "reference": "4c4746d06640af7698f3792cc4c327a8482dc40f", + "url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/0bcf0c54f4d35685211d435e25219cc7acbe6d48", + "reference": "0bcf0c54f4d35685211d435e25219cc7acbe6d48", "shasum": "" }, "require": { @@ -3568,7 +3568,7 @@ "issues": "https://github.com/wp-cli/wp-cli/issues", "source": "https://github.com/wp-cli/wp-cli" }, - "time": "2021-05-13T09:36:33+00:00" + "time": "2021-05-14T13:44:51+00:00" }, { "name": "wp-cli/wp-config-transformer", @@ -4919,12 +4919,12 @@ "source": { "type": "git", "url": "https://github.com/Roave/SecurityAdvisories.git", - "reference": "630d41ce85b7af3598a7d2c07952739da298ecc6" + "reference": "5ffdb87f627ff16cc392e30515a1fe069cddc3e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/630d41ce85b7af3598a7d2c07952739da298ecc6", - "reference": "630d41ce85b7af3598a7d2c07952739da298ecc6", + "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/5ffdb87f627ff16cc392e30515a1fe069cddc3e2", + "reference": "5ffdb87f627ff16cc392e30515a1fe069cddc3e2", "shasum": "" }, "conflict": { @@ -5165,7 +5165,7 @@ "symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<3.4.48|>=4,<4.4.23|>=5,<5.2.8", "symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11", "symfony/security-guard": ">=2.8,<3.4.48|>=4,<4.4.23|>=5,<5.2.8", - "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7|>=5.1,<5.2.8", + "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<3.4.48|>=4,<4.4.23|>=5,<5.2.8", "symfony/serializer": ">=2,<2.0.11", "symfony/symfony": ">=2,<3.4.48|>=4,<4.4.23|>=5,<5.2.8", "symfony/translation": ">=2,<2.0.17", @@ -5267,7 +5267,7 @@ "type": "tidelift" } ], - "time": "2021-05-12T16:13:16+00:00" + "time": "2021-05-13T21:03:10+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", From 500580cc740e92a2b92dc26eeec9f046a1acae6d Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Fri, 14 May 2021 17:16:10 +0100 Subject: [PATCH 2/2] Fix GHA release workflow --- .github/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 8ccb753be..d73159c13 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -4,7 +4,7 @@ on: push: branches: - master - - releases-** + - release-** jobs: