Skip to content

Commit

Permalink
Merge pull request #10 from Kanti/dependabot/composer/symfony/http-cl…
Browse files Browse the repository at this point in the history
…ient-5.4.46

Bump symfony/http-client from 5.4.25 to 5.4.46
  • Loading branch information
Kanti authored Nov 7, 2024
2 parents 61042c7 + 10ba2c9 commit 74c6cee
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 37 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,17 @@ jobs:
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
-
name: Login to DockerHub
name: Login to ghcr.io
uses: docker/login-action@v2
if: ${{ github.ref == 'refs/heads/main' }}
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Login to DockerHub
uses: docker/login-action@v2
if: ${{ github.ref == 'refs/heads/main' }}
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down
69 changes: 33 additions & 36 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 74c6cee

Please sign in to comment.