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
renovate[bot] committed Jun 23, 2024
1 parent d904b99 commit 6779f0b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
run: docker pull "${{ steps.flags.outputs.from }}"

- name: "🚀 Build"
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v5.4.0
with:
push: false
context: ${{ needs.information.outputs.target }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
run: docker pull "${{ steps.flags.outputs.from }}"

- name: "🚀 Build"
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v5.4.0
with:
push: true
tags: |
Expand Down
2 changes: 1 addition & 1 deletion rclone_backup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ARG BUILD_VERSION

ENV LANG C.UTF-8
# renovate: datasource=github-releases depName=rclone packageName=rclone/rclone
ENV RCLONE_INSTALLED_VERSION=1.66.0
ENV RCLONE_INSTALLED_VERSION=1.67.0
# renovate: datasource=github-releases depName=rclone-webui packageName=rclone/rclone-webui-react
ENV RCLONE_WEBUI_INSTALLED_VERSION=2.0.5

Expand Down
2 changes: 1 addition & 1 deletion rclone_backup/scheduler/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module scheduler
go 1.22

require (
github.com/go-co-op/gocron/v2 v2.5.0
github.com/go-co-op/gocron/v2 v2.7.0
github.com/gosimple/slug v1.14.0
github.com/jcwillox/emerald v0.3.3
gopkg.in/yaml.v3 v3.0.1
Expand Down
2 changes: 2 additions & 0 deletions rclone_backup/scheduler/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/go-co-op/gocron/v2 v2.5.0 h1:ff/TJX9GdTJBDL1il9cyd/Sj3WnS+BB7ZzwHKSNL5p8=
github.com/go-co-op/gocron/v2 v2.5.0/go.mod h1:ckPQw96ZuZLRUGu88vVpd9a6d9HakI14KWahFZtGvNw=
github.com/go-co-op/gocron/v2 v2.7.0 h1:dFwVZx+M+7p3brj5JPrqmvmlt/X45DiQi6lFZ0xLIQc=
github.com/go-co-op/gocron/v2 v2.7.0/go.mod h1:ckPQw96ZuZLRUGu88vVpd9a6d9HakI14KWahFZtGvNw=
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/gosimple/slug v1.14.0 h1:RtTL/71mJNDfpUbCOmnf/XFkzKRtD6wL6Uy+3akm4Es=
Expand Down

0 comments on commit 6779f0b

Please sign in to comment.