Skip to content

Commit 282ccee

Browse files
committed
Deployer version upgrade and releaser changes.
1 parent 053156d commit 282ccee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/releaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ jobs:
4646
run: go test -v ./...
4747
-
4848
name: Run GoReleaser
49-
uses: goreleaser/goreleaser-action@v2
49+
uses: goreleaser/goreleaser-action@v3
5050
with:
5151
version: latest
5252
args: release --rm-dist
5353
env:
5454
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
5555
-
5656
name: Archive binaries
57-
uses: actions/upload-artifact@v2
57+
uses: actions/upload-artifact@v3
5858
with:
5959
retention-days: 5
6060
path: dist

config/php/Dockerfile.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ RUN docker-php-ext-configure zip --with-libzip && docker-php-ext-configure gd --
7575
&& curl -L __CURL_INSECURE__ https://cs.symfony.com/download/php-cs-fixer-v3.phar -o /usr/bin/php-cs-fixer && chmod a+x /usr/bin/php-cs-fixer \
7676
&& curl -L __CURL_INSECURE__ https://github.com/fabpot/local-php-security-checker/releases/download/v2.0.3/local-php-security-checker_2.0.3_linux_amd64 -o /usr/bin/local-php-security-checker && chmod a+x /usr/bin/local-php-security-checker \
7777
&& curl -L __CURL_INSECURE__ https://github.com/phpstan/phpstan/releases/latest/download/phpstan.phar -o /usr/local/bin/phpstan && chmod a+x /usr/local/bin/phpstan \
78-
&& curl -L __CURL_INSECURE__ https://deployer.org/deployer.phar -o /usr/local/bin/dep && chmod a+x /usr/local/bin/dep \
78+
&& curl -L __CURL_INSECURE__ https://github.com/deployphp/deployer/releases/latest/download/deployer.phar -o /usr/local/bin/dep && chmod a+x /usr/local/bin/dep \
7979

8080
&& apt-get remove --purge -y gnupg1 \
8181
&& apt-get -y --purge autoremove \

0 commit comments

Comments
 (0)