From c96ca325d849822f6724ab8be1425c5ba28f5b1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 07:26:17 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.4 to 4.1.5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5. - [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.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/elixir_matrix.yaml | 2 +- .github/workflows/k8s_matrix.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d6a5f5f..b57968d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: matrix: k8s_version: [v1.27.3] steps: - - uses: actions/checkout@v4.1.4 + - uses: actions/checkout@v4.1.5 - uses: engineerd/setup-kind@v0.5.0 id: kind diff --git a/.github/workflows/elixir_matrix.yaml b/.github/workflows/elixir_matrix.yaml index 8fe6303..7735536 100644 --- a/.github/workflows/elixir_matrix.yaml +++ b/.github/workflows/elixir_matrix.yaml @@ -21,7 +21,7 @@ jobs: - elixir: "1.16.x" otp: "23.x" steps: - - uses: actions/checkout@v4.1.4 + - uses: actions/checkout@v4.1.5 - uses: erlef/setup-beam@v1 with: otp-version: ${{matrix.otp}} diff --git a/.github/workflows/k8s_matrix.yaml b/.github/workflows/k8s_matrix.yaml index 4891429..650cf41 100644 --- a/.github/workflows/k8s_matrix.yaml +++ b/.github/workflows/k8s_matrix.yaml @@ -20,7 +20,7 @@ jobs: with: version: v0.17.0 image: kindest/node:${{ matrix.k8s_version }} - - uses: actions/checkout@v4.1.4 + - uses: actions/checkout@v4.1.5 - uses: erlef/setup-beam@v1 with: version-file: .tool-versions