From dd1b87dad576cd65947359ee632d92726f63cadf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 23:52:54 +0000 Subject: [PATCH] Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [actions/add-to-project](https://github.com/actions/add-to-project) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `actions/add-to-project` from 1.0.2 to 2.0.0 - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](https://github.com/actions/add-to-project/compare/v1.0.2...v2.0.0) Updates `docker/build-push-action` from 6 to 7 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/add-to-project.yml | 2 +- .github/workflows/docker.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index e7d9e67..9354e69 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -12,7 +12,7 @@ jobs: name: Add issue to project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@v1.0.2 + - uses: actions/add-to-project@v2.0.0 with: project-url: https://github.com/orgs/GothenburgBitFactory/projects/4 github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index b23d324..50320aa 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -31,7 +31,7 @@ jobs: type=semver,pattern={{major}}.{{minor}} type=match,pattern=\d.\d.\d,value=latest - name: Build and push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: file: "./Dockerfile-sqlite" platforms: linux/amd64,linux/arm64 @@ -61,7 +61,7 @@ jobs: type=semver,pattern={{major}}.{{minor}} type=match,pattern=\d.\d.\d,value=latest - name: Build and push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: file: "./Dockerfile-postgres" platforms: linux/amd64,linux/arm64