From 2efed5d9031fe643eb2b7210e78a70103569907a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 18:00:14 +0200 Subject: [PATCH] Bump the github-actions-updates group with 2 updates (#39) Bumps the github-actions-updates group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/cache](https://github.com/actions/cache). Updates `actions/checkout` from 3.3.0 to 4.2.2 - [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/ac593985615ec2ede58e132d2e21d2b1cbd6127c...11bd71901bbe5b1630ceea73d27597364c9af683) Updates `actions/cache` from 3.2.4 to 4.2.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/627f0f41f6904a5b1efbaed9f96d9eb58e92e920...1bd1e32a3bdc45362d1e726936510720a7c30a57) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-updates - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-updates ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/.docker-push.yml | 2 +- .github/workflows/.test.yml | 8 ++++---- .github/workflows/publish-gihub-release.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/.docker-push.yml b/.github/workflows/.docker-push.yml index 503572f..1e926cb 100644 --- a/.github/workflows/.docker-push.yml +++ b/.github/workflows/.docker-push.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ci/checkout-repo - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: ci/prepare-docker-environment uses: ./.github/actions/docker-prepare - name: ci/push-image-pr diff --git a/.github/workflows/.test.yml b/.github/workflows/.test.yml index a98b668..706028e 100644 --- a/.github/workflows/.test.yml +++ b/.github/workflows/.test.yml @@ -12,9 +12,9 @@ jobs: image: golang:1.23.2-bookworm steps: - name: ci/checkout-repo - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: ci/cache-gopath - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3.2.4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: key: go-mod-v1-${{ hashFiles('go.sum') }} path: /go @@ -28,9 +28,9 @@ jobs: image: golang:1.23.2-bookworm steps: - name: ci/checkout-repo - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: ci/cache-gopath - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3.2.4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: key: go-mod-v1-${{ hashFiles('go.sum') }} path: /go diff --git a/.github/workflows/publish-gihub-release.yml b/.github/workflows/publish-gihub-release.yml index f5225fd..bb50758 100644 --- a/.github/workflows/publish-gihub-release.yml +++ b/.github/workflows/publish-gihub-release.yml @@ -22,7 +22,7 @@ jobs: GITHUB_TOKEN: "${{ secrets.GH_TOKEN }}" steps: - name: ci/checkout-repo - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: ci/install-release-dependencies run: make deps - name: ci/publish-release