From c170add540bfbe3003643dcb86da08825b290a90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 21:17:52 +0000 Subject: [PATCH] Bump the minor group across 1 directory with 2 updates Bumps the minor group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [docker/login-action](https://github.com/docker/login-action). Updates `actions/checkout` from 4.1.4 to 4.1.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/v4.1.4...v4.1.7) Updates `docker/login-action` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] --- .github/workflows/code.yml | 4 ++-- .github/workflows/container.yml | 4 ++-- .github/workflows/devcontainer.yml | 2 +- .github/workflows/helm.yml | 6 +++--- .github/workflows/schema.yml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index 1f5752a..219b72d 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.4 + uses: actions/checkout@v4.1.7 - 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.4 + uses: actions/checkout@v4.1.7 - 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 ef63bc9..82cf53a 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -23,14 +23,14 @@ jobs: packages: write steps: - name: Checkout Code - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.7 - name: Generate Image Name run: echo IMAGE_REPOSITORY=ghcr.io/$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]' | tr '[_]' '[\-]') >> $GITHUB_ENV - name: Log in to GitHub Docker Registry if: github.event_name != 'pull_request' - uses: docker/login-action@v3.1.0 + uses: docker/login-action@v3.2.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/devcontainer.yml b/.github/workflows/devcontainer.yml index 7e09de7..527c208 100644 --- a/.github/workflows/devcontainer.yml +++ b/.github/workflows/devcontainer.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.7 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3.3.0 diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index 3a08c73..206af07 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.7 with: fetch-depth: 0 @@ -39,7 +39,7 @@ jobs: packages: write steps: - name: Checkout source - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.7 - name: Retrieve chart dependencies working-directory: charts/datasets @@ -54,7 +54,7 @@ jobs: - name: Log in to GitHub Docker Registry if: github.event_name != 'pull_request' - uses: docker/login-action@v3.1.0 + uses: docker/login-action@v3.2.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/schema.yml b/.github/workflows/schema.yml index 5c117c5..ab015cb 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.4 + uses: actions/checkout@v4.1.7 - name: Install stable toolchain uses: actions-rs/toolchain@v1.0.7