From b4e6ffd6abfbcd2bdf3d6ca0e117281c89a5618e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 17:51:46 +0000 Subject: [PATCH] Bump the minor group across 1 directory with 5 updates Bumps the minor group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.1.2` | `4.1.4` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3.2.0` | `3.3.0` | | [devcontainers/ci](https://github.com/devcontainers/ci) | `0.3.1900000348` | `0.3.1900000349` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.3.1` | `4.3.3` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4.1.4` | `4.1.7` | Updates `actions/checkout` from 4.1.2 to 4.1.4 - [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/v4.1.2...v4.1.4) Updates `docker/setup-buildx-action` from 3.2.0 to 3.3.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v3.2.0...v3.3.0) Updates `devcontainers/ci` from 0.3.1900000348 to 0.3.1900000349 - [Release notes](https://github.com/devcontainers/ci/releases) - [Commits](https://github.com/devcontainers/ci/compare/v0.3.1900000348...v0.3.1900000349) Updates `actions/upload-artifact` from 4.3.1 to 4.3.3 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.1...v4.3.3) Updates `actions/download-artifact` from 4.1.4 to 4.1.7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.4...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: devcontainers/ci dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] --- .github/workflows/code.yml | 4 ++-- .github/workflows/container.yml | 4 ++-- .github/workflows/devcontainer.yml | 6 +++--- .github/workflows/schema.yml | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index a6d08f6..1f5752a 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -22,7 +22,7 @@ jobs: DATABASE_URL: mysql://root:rootpassword@localhost/ispyb_build steps: - name: Checkout source - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.4 - name: Install dependencies uses: awalsh128/cache-apt-pkgs-action@v1.4.2 @@ -79,7 +79,7 @@ jobs: DATABASE_URL: mysql://root:rootpassword@localhost/ispyb_build steps: - name: Checkout source - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.4 - name: Install dependencies uses: awalsh128/cache-apt-pkgs-action@v1.4.2 diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 3730815..ef63bc9 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -23,7 +23,7 @@ jobs: packages: write steps: - name: Checkout Code - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.4 - name: Generate Image Name run: echo IMAGE_REPOSITORY=ghcr.io/$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]' | tr '[_]' '[\-]') >> $GITHUB_ENV @@ -46,7 +46,7 @@ jobs: type=raw,value=latest - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3.2.0 + uses: docker/setup-buildx-action@v3.3.0 with: driver-opts: network=host diff --git a/.github/workflows/devcontainer.yml b/.github/workflows/devcontainer.yml index 73e6d47..7e09de7 100644 --- a/.github/workflows/devcontainer.yml +++ b/.github/workflows/devcontainer.yml @@ -11,13 +11,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.4 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3.2.0 + uses: docker/setup-buildx-action@v3.3.0 - name: Create .env file run: touch .devcontainer/opa.env - name: Build dev container - uses: devcontainers/ci@v0.3.1900000348 + uses: devcontainers/ci@v0.3.1900000349 diff --git a/.github/workflows/schema.yml b/.github/workflows/schema.yml index a246791..a5b9131 100644 --- a/.github/workflows/schema.yml +++ b/.github/workflows/schema.yml @@ -22,7 +22,7 @@ jobs: DATABASE_URL: mysql://root:rootpassword@localhost:3306/ispyb_build steps: - name: Checkout source - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.4 - name: Install stable toolchain uses: actions-rs/toolchain@v1.0.7 @@ -42,7 +42,7 @@ jobs: --path processed_data.graphql - name: Upload Schema Artifact - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.3.3 with: name: processed_data.graphql path: processed_data.graphql @@ -60,7 +60,7 @@ jobs: echo "$HOME/.rover/bin" >> $GITHUB_PATH - name: Download Schema Artifact - uses: actions/download-artifact@v4.1.4 + uses: actions/download-artifact@v4.1.7 with: name: processed_data.graphql