From e2bd0b3de39f3348fc39bc29ae5ef5b2b7c5e548 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 08:25:45 +0000 Subject: [PATCH 1/2] Build(deps): Bump the prod group with 2 updates Bumps the prod group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [arduino/setup-task](https://github.com/arduino/setup-task). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) Updates `arduino/setup-task` from 2 to 3 - [Release notes](https://github.com/arduino/setup-task/releases) - [Commits](https://github.com/arduino/setup-task/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod - dependency-name: arduino/setup-task dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod ... Signed-off-by: dependabot[bot] --- .github/workflows/pull_request.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 21d6696..19dd9f7 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -15,12 +15,12 @@ jobs: env: GOPRIVATE: github.com/code-gorilla-au/go-toolbox steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - name: Install Task - uses: arduino/setup-task@v2 + uses: arduino/setup-task@v3 with: version: 3.x @@ -41,10 +41,10 @@ jobs: node: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install Task - uses: arduino/setup-task@v2 + uses: arduino/setup-task@v3 with: version: 3.x From 6e3a87be4ba0bdf25436a6968c275c5899d210ee Mon Sep 17 00:00:00 2001 From: frag223 Date: Mon, 27 Jul 2026 07:05:17 +1000 Subject: [PATCH 2/2] bump --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 622e529..c3bfaf6 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module watchtower -go 1.26.3 +go 1.26.5 require ( github.com/code-gorilla-au/env v1.1.1