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 Jan 9, 2025
1 parent 1be4adf commit eb05343
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,17 @@ jobs:

- name: "🏗 Set up build cache"
id: cache
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
path: /tmp/.docker-cache
key: docker-${{ matrix.architecture }}-${{ github.sha }}
restore-keys: |
docker-${{ matrix.architecture }}
- name: "🏗 Set up QEMU"
uses: docker/setup-qemu-action@v3.2.0
uses: docker/setup-qemu-action@v3.3.0

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

- 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.10.0
uses: docker/build-push-action@v6.11.0
with:
push: false
context: ${{ needs.information.outputs.target }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,17 @@ jobs:

- name: "🏗 Set up build cache"
id: cache
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
path: /tmp/.docker-cache
key: docker-${{ matrix.architecture }}-${{ github.sha }}
restore-keys: |
docker-${{ matrix.architecture }}
- name: "🏗 Set up QEMU"
uses: docker/setup-qemu-action@v3.2.0
uses: docker/setup-qemu-action@v3.3.0

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

- 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.10.0
uses: docker/build-push-action@v6.11.0
with:
push: true
tags: |
Expand Down
4 changes: 2 additions & 2 deletions rclone_backup/scheduler/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module scheduler
go 1.22

require (
github.com/go-co-op/gocron/v2 v2.12.4
github.com/gosimple/slug v1.14.0
github.com/go-co-op/gocron/v2 v2.14.2
github.com/gosimple/slug v1.15.0
github.com/jcwillox/emerald v0.3.3
gopkg.in/yaml.v3 v3.0.1
)
Expand Down
4 changes: 4 additions & 0 deletions rclone_backup/scheduler/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ github.com/go-co-op/gocron/v2 v2.12.3 h1:3JkKjkFoAPp/i0YE+sonlF5gi+xnBChwYh75nX1
github.com/go-co-op/gocron/v2 v2.12.3/go.mod h1:xY7bJxGazKam1cz04EebrlP4S9q4iWdiAylMGP3jY9w=
github.com/go-co-op/gocron/v2 v2.12.4 h1:h1HWApo3T+61UrZqEY2qG1LUpDnB7tkYITxf6YIK354=
github.com/go-co-op/gocron/v2 v2.12.4/go.mod h1:xY7bJxGazKam1cz04EebrlP4S9q4iWdiAylMGP3jY9w=
github.com/go-co-op/gocron/v2 v2.14.2 h1:S6CbI7MVfD3S/aPJNLoSg2YcGyEqzEMwUopDejuT4Oc=
github.com/go-co-op/gocron/v2 v2.14.2/go.mod h1:ZF70ZwEqz0OO4RBXE1sNxnANy/zvwLcattWEFsqpKig=
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=
github.com/gosimple/slug v1.14.0/go.mod h1:UiRaFH+GEilHstLUmcBgWcI42viBN7mAb818JrYOeFQ=
github.com/gosimple/slug v1.15.0 h1:wRZHsRrRcs6b0XnxMUBM6WK1U1Vg5B0R7VkIf1Xzobo=
github.com/gosimple/slug v1.15.0/go.mod h1:UiRaFH+GEilHstLUmcBgWcI42viBN7mAb818JrYOeFQ=
github.com/gosimple/unidecode v1.0.1 h1:hZzFTMMqSswvf0LBJZCZgThIZrpDHFXux9KeGmn6T/o=
github.com/gosimple/unidecode v1.0.1/go.mod h1:CP0Cr1Y1kogOtx0bJblKzsVWrqYaqfNOnHzpgWw4Awc=
github.com/jcwillox/emerald v0.3.3 h1:+l4MjcKN5OBOAWYJ47rxKUxA+cLb3bjDoQnX8lJoWbE=
Expand Down

0 comments on commit eb05343

Please sign in to comment.