Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#4)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 7, 2022
1 parent 0fbeb5f commit dc22e57
Show file tree
Hide file tree
Showing 3 changed files with 213 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 # tag=v2.0.0
uses: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 # v2.2.1

- name: Login to GitHub Container Registry
uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # tag=v2.0.0
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1.0
if: ${{ github.event_name != 'pull_request' }}
with:
registry: ghcr.io
Expand All @@ -41,7 +41,7 @@ jobs:
run: if [ "${{ github.event_name }}" = "release" ]; then echo ::set-output name=name::; else echo ::set-output name=name::-dev; fi

- name: Generate Docker image metadata
uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a # tag=v4.0.1
uses: docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea # v4.1.1
id: img_meta
with:
flavor: |
Expand All @@ -53,7 +53,7 @@ jobs:
latest
- name: Build and push
id: docker_build
uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 # tag=v3.1.1
uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # v3.2.0
with:
context: ./
tags: ${{ steps.img_meta.outputs.tags }}
Expand Down
209 changes: 208 additions & 1 deletion 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 @@ -16,7 +16,7 @@
"devDependencies": {
"@hazmi35/eslint-config": "^8.7.1",
"@swc/cli": "^0.1.57",
"@swc/core": "^1.3.20",
"@swc/core": "^1.3.21",
"@types/node": "^17.0.31",
"@types/sharp": "^0.31.0",
"@typescript-eslint/eslint-plugin": "^5.45.1",
Expand Down

0 comments on commit dc22e57

Please sign in to comment.