From 38f737056a3d4276588f3a478b17aa63fee79a16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 16:15:05 +0000 Subject: [PATCH] chore(deps): Bump the actions group across 1 directory with 5 updates Bumps the actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [docker/login-action](https://github.com/docker/login-action) | `2` | `3` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `3` | `5` | | [actions/github-script](https://github.com/actions/github-script) | `6` | `7` | | [coursier/cache-action](https://github.com/coursier/cache-action) | `6.4.5` | `6.4.6` | | [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | `5` | `6` | Updates `docker/login-action` from 2 to 3 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2...v3) Updates `docker/build-push-action` from 3 to 5 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v5) Updates `actions/github-script` from 6 to 7 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) Updates `coursier/cache-action` from 6.4.5 to 6.4.6 - [Release notes](https://github.com/coursier/cache-action/releases) - [Commits](https://github.com/coursier/cache-action/compare/v6.4.5...v6.4.6) Updates `golangci/golangci-lint-action` from 5 to 6 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v5...v6) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: coursier/cache-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/DELETEdocker.yml | 4 ++-- .github/workflows/autocounterd.yml | 4 ++-- .github/workflows/deploy-docs.yml | 2 +- .github/workflows/fossa.yml | 2 +- .github/workflows/lint_template.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/DELETEdocker.yml b/.github/workflows/DELETEdocker.yml index 374eab763c9..1b9bb41aeea 100644 --- a/.github/workflows/DELETEdocker.yml +++ b/.github/workflows/DELETEdocker.yml @@ -30,7 +30,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v5 with: context: . platforms: linux/amd64,linux/arm64 @@ -67,7 +67,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v5 with: context: . platforms: linux/amd64,linux/arm64 diff --git a/.github/workflows/autocounterd.yml b/.github/workflows/autocounterd.yml index 45149af82fa..5ccbf16cba6 100644 --- a/.github/workflows/autocounterd.yml +++ b/.github/workflows/autocounterd.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v4 - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -39,7 +39,7 @@ jobs: type=semver,pattern=v{{version}} - name: Build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: ./misc/autocounterd push: ${{ github.event_name != 'pull_request' }} diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 5dab03c1f7f..3e5405af645 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -10,7 +10,7 @@ jobs: trigger-netlify-docs-deploy: runs-on: ubuntu-latest steps: - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 with: github-token: ${{ secrets.DOCS_DEPLOY_PAT }} script: | diff --git a/.github/workflows/fossa.yml b/.github/workflows/fossa.yml index 9f1c11eb4ea..11f04ca8282 100644 --- a/.github/workflows/fossa.yml +++ b/.github/workflows/fossa.yml @@ -28,7 +28,7 @@ jobs: run: mv .github/.fossa.yml . - name: Cache Coursier cache - uses: coursier/cache-action@v6.4.5 + uses: coursier/cache-action@v6.4.6 - name: Set up JDK 17 uses: coursier/setup-action@v1.3.5 diff --git a/.github/workflows/lint_template.yml b/.github/workflows/lint_template.yml index 1ed755c0fab..ccdb0fd8dc3 100644 --- a/.github/workflows/lint_template.yml +++ b/.github/workflows/lint_template.yml @@ -22,7 +22,7 @@ jobs: - name: Install database dependencies run: sudo apt-get install -y libleveldb-dev librocksdb-dev - name: Lint - uses: golangci/golangci-lint-action@v5 + uses: golangci/golangci-lint-action@v6 with: working-directory: ${{ inputs.modulepath }} args: