Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 19, 2024
1 parent 4468a0b commit ca647d6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Check Out Repo
uses: actions/checkout@v4
- name: Login to registry
uses: "docker/login-action@v3.1.0"
uses: "docker/login-action@v3.2.0"
with:
registry: ${{ env.REGISTRY }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -28,7 +28,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build and push Docker image
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v5.4.0
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Check Out Repo
uses: actions/checkout@v4
- name: Login to registry
uses: "docker/login-action@v3.1.0"
uses: "docker/login-action@v3.2.0"
with:
registry: ${{ env.REGISTRY }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
">1%"
],
"devDependencies": {
"@fortawesome/fontawesome-free": "6.5.2",
"@fortawesome/fontawesome-free": "6.6.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"eslint": "^8.51.0",
"eslint-plugin-svelte": "^2.34.0",
Expand Down

0 comments on commit ca647d6

Please sign in to comment.