From be0688b4e8963829f32a8842fb394dbaf9f55e61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 11:20:04 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.1 to 4.1.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.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/v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/code.yml | 4 ++-- .github/workflows/container.yml | 2 +- .github/workflows/devcontainer.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index b6edbd5..e35ae89 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.1 + uses: actions/checkout@v4.1.2 - 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.1 + uses: actions/checkout@v4.1.2 - 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 44a4196..9f5bf05 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.1 + uses: actions/checkout@v4.1.2 - name: Generate Image Name run: echo IMAGE_REPOSITORY=ghcr.io/$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]' | tr '[_]' '[\-]') >> $GITHUB_ENV diff --git a/.github/workflows/devcontainer.yml b/.github/workflows/devcontainer.yml index f409bcb..8abc9c6 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.1 + uses: actions/checkout@v4.1.2 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3.1.0