Skip to content

Commit

Permalink
build(deps): update all non-major dependencies (#400)
Browse files Browse the repository at this point in the history
Co-authored-by: aki-bot <103840025+aki-bot[bot]@users.noreply.github.com>
  • Loading branch information
aki-bot[bot] authored Dec 30, 2023
1 parent cd786de commit 56b0cde
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: extractions/setup-just@69d82fb0233557aec017ef13706851d0694e0f1d # v1.6.0
with:
# renovate: datasource=crate depName=just
just-version: 1.17.0
just-version: 1.21.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: extractions/setup-just@69d82fb0233557aec017ef13706851d0694e0f1d # v1.6.0
with:
# renovate: datasource=crate depName=just
just-version: 1.17.0
just-version: 1.21.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
- name: Update dependencies
# yamllint disable-line rule:line-length
uses: renovatebot/github-action@b8ce565a2e98de1fec9696a76fba7beb01ec29b2 # v39.2.3
uses: renovatebot/github-action@f9c81dddc9b589e4e6ae0326d1e36f6bc415d230 # v39.2.4
with:
# renovate: datasource=docker depName=ghcr.io/renovatebot/renovate
renovate-version: 37.107
renovate-version: 37.112
configurationFile: renovate.json5
token: x-access-token:${{ steps.get-token.outputs.token }}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
home-assistant:
image: lscr.io/linuxserver/homeassistant:2023.12.3@sha256:520a0d97257521350bee579a80b1b5450f3e23786c9c565810a5839a00160a71 # editorconfig-checker-disable-line
image: lscr.io/linuxserver/homeassistant:2023.12.4@sha256:480e1398bfa4a061ad0e0b70e5a4dbdab1d7abd362c67aee2d7b1f0bc788f894 # editorconfig-checker-disable-line
environment:
TZ: "{{ timezone }}"

Expand All @@ -13,7 +13,7 @@ services:
restart: always

tasmoadmin:
image: ghcr.io/tasmoadmin/tasmoadmin:v3.3.0@sha256:f09ee6405809059b9f79aee089ff5670a69f1b1acc82b1416e5629839dc02541 # editorconfig-checker-disable-line
image: ghcr.io/tasmoadmin/tasmoadmin:v3.3.1@sha256:1077de22eb7c43286e56005360759ba896d156a81967cb54b986e26bc1a6d266 # editorconfig-checker-disable-line
environment:
TZ: "{{ timezone }}"
volumes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ services:
restart: always

radarr:
image: lscr.io/linuxserver/radarr:5.1.3@sha256:b4ea6d2132710253d14b2543a3acf6ad63c3feca9afd39e7de806592ec1ef466 # editorconfig-checker-disable-line
image: lscr.io/linuxserver/radarr:5.2.6@sha256:89168fef2fba0704da8803a466e3668a92b119a544db5c5e2dba88723d41e240 # editorconfig-checker-disable-line
environment:
TZ: "{{ timezone }}"

Expand Down

0 comments on commit 56b0cde

Please sign in to comment.