Skip to content

Commit

Permalink
build(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aki-bot[bot] committed Aug 10, 2024
1 parent a06537d commit d45db7b
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
with:
# renovate: datasource=docker depName=python versioning=docker
python-version: 3.12.4
python-version: 3.12.5

- name: Install ansible playbook packages
run: >
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
with:
# renovate: datasource=docker depName=python versioning=docker
python-version: 3.12.4
python-version: 3.12.5
cache: pip

- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Set platforms
id: set-platforms
uses: mikefarah/yq@f15500b20a1c991c8729870ba60a4dc3524b6a94 # v4.44.2
uses: mikefarah/yq@bbdd97482f2d439126582a59689eb1c855944955 # v4.44.3
with:
cmd: >
yq --output-format=json --indent=0
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
with:
# renovate: datasource=docker depName=python versioning=docker
python-version: 3.12.4
python-version: 3.12.5
cache: pip

- name: Update apt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Update dependencies
# yamllint disable-line rule:line-length
uses: renovatebot/github-action@76d49712364696a06b60e8647df46b288fff0ddc # v40.2.4
uses: renovatebot/github-action@0c94129d48b4e92addf23686b8a735b3057a0448 # v40.2.5
with:
# renovate: datasource=docker depName=ghcr.io/renovatebot/renovate
renovate-version: 37.440.7
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python 3.12.4
python 3.12.5
2 changes: 1 addition & 1 deletion ansible/roles/all/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ lazygit_architecture: >-
{{ architecture_to_lazygit_architecture[ansible_architecture] }}
# renovate: datasource=github-releases depName=jdx/mise
mise_version: v2024.8.4
mise_version: v2024.8.5
architecture_to_mise_architecture:
x86_64: x64
armv7l: armv7
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
github-runner-homelab:
image: myoung34/github-runner:2.318.0@sha256:9b500e5d07c6665ec270eb7dcfc5bb6a1029dfae6c0c9584e7153b74195fa5dd # editorconfig-checker-disable-line
image: myoung34/github-runner:2.319.0@sha256:fc72c969c7a8e07f0d6330766832a6d5dafcdf629a2cc0b37f09e76958fc3470 # editorconfig-checker-disable-line

# This is the `runner` user.
# See: https://github.com/myoung34/docker-github-actions-runner/wiki/Usage#non-root-runners editorconfig-checker-disable-line
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
home-assistant:
image: lscr.io/linuxserver/homeassistant:2024.7.4@sha256:b9c69e8495d3aabc6c41fd74f026f94b1dad982831dc7f6ebe01524d93efbe6d # editorconfig-checker-disable-line
image: lscr.io/linuxserver/homeassistant:2024.8.0@sha256:1ba2acbbacc7979656d42d251af7905db8a930675715327fa16f2ea2f77e3115 # editorconfig-checker-disable-line
environment:
TZ: "{{ timezone }}"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
gluetun:
image: qmcgaw/gluetun:v3.38.0@sha256:5522794f5cce6d84bc7f06b1e3a3b836ede9100c64aec94543cb503bb2ecb72f # editorconfig-checker-disable-line
image: qmcgaw/gluetun:v3.39.0@sha256:2f011a9aca767af62008d879eefcbc80a8645bd4fd4466ab312cc941cb658ad1 # editorconfig-checker-disable-line
environment:
TZ: "{{ timezone }}"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
restart: always

prometheus:
image: prom/prometheus:v2.53.1@sha256:f20d3127bf2876f4a1df76246fca576b41ddf1125ed1c546fbd8b16ea55117e6 # editorconfig-checker-disable-line
image: prom/prometheus:v2.54.0@sha256:497fe921f22fea8535fa2bcb1c193dacc6ce98c08274257b3d18a4eaae0f9647 # editorconfig-checker-disable-line
user: "{{ ansible_admin_user_uid }}:{{ ansible_admin_user_gid }}"
environment:
TZ: "{{ timezone }}"
Expand Down

0 comments on commit d45db7b

Please sign in to comment.