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] authored Nov 1, 2024
1 parent 1ab5981 commit df2523d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v4
- name: 🚀 Run Add-on Lint
uses: frenck/action-addon-linter@v2.16.0
uses: frenck/action-addon-linter@v2.18.0
with:
community: false
path: "./${{ needs.information.outputs.target }}"
Expand All @@ -68,7 +68,7 @@ jobs:

- name: "🏗 Set up build cache"
id: cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.2
with:
path: /tmp/.docker-cache
key: docker-${{ matrix.architecture }}-${{ github.sha }}
Expand All @@ -78,7 +78,7 @@ jobs:
uses: docker/[email protected]

- name: "🏗 Set up Docker Buildx"
uses: docker/setup-buildx-action@v3.6.1
uses: docker/setup-buildx-action@v3.7.1

- name: "ℹ️ Compose build flags"
id: flags
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
run: docker pull "${{ steps.flags.outputs.from }}"

- name: "🚀 Build"
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.9.0
with:
push: false
context: ${{ needs.information.outputs.target }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: "🏗 Set up build cache"
id: cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.2
with:
path: /tmp/.docker-cache
key: docker-${{ matrix.architecture }}-${{ github.sha }}
Expand All @@ -68,7 +68,7 @@ jobs:
uses: docker/[email protected]

- name: "🏗 Set up Docker Buildx"
uses: docker/setup-buildx-action@v3.6.1
uses: docker/setup-buildx-action@v3.7.1

- name: "ℹ️ Compose build flags"
id: flags
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
run: docker pull "${{ steps.flags.outputs.from }}"

- name: "🚀 Build"
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.9.0
with:
push: true
tags: |
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.12.1
github.com/go-co-op/gocron/v2 v2.12.3
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 @@ -11,6 +11,8 @@ github.com/go-co-op/gocron/v2 v2.11.0 h1:IOowNA6SzwdRFnD4/Ol3Kj6G2xKfsoiiGq2Jhhm
github.com/go-co-op/gocron/v2 v2.11.0/go.mod h1:xY7bJxGazKam1cz04EebrlP4S9q4iWdiAylMGP3jY9w=
github.com/go-co-op/gocron/v2 v2.12.1 h1:dCIIBFbzhWKdgXeEifBjHPzgQ1hoWhjS4289Hjjy1uw=
github.com/go-co-op/gocron/v2 v2.12.1/go.mod h1:xY7bJxGazKam1cz04EebrlP4S9q4iWdiAylMGP3jY9w=
github.com/go-co-op/gocron/v2 v2.12.3 h1:3JkKjkFoAPp/i0YE+sonlF5gi+xnBChwYh75nX16MaE=
github.com/go-co-op/gocron/v2 v2.12.3/go.mod h1:xY7bJxGazKam1cz04EebrlP4S9q4iWdiAylMGP3jY9w=
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 df2523d

Please sign in to comment.