From f0ff5a4bbe44ac182bbdb269b7a5e9ba1e0a36f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 03:21:22 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4.1.5 to 4.1.6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6. - [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.5...v4.1.6) --- 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 8c138c53..b82ca7cb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: matrix: k8s_version: [v1.29.0] steps: - - uses: actions/checkout@v4.1.5 + - uses: actions/checkout@v4.1.6 - uses: engineerd/setup-kind@v0.5.0 id: kind diff --git a/.github/workflows/elixir_matrix.yaml b/.github/workflows/elixir_matrix.yaml index bfde2946..e87c0260 100644 --- a/.github/workflows/elixir_matrix.yaml +++ b/.github/workflows/elixir_matrix.yaml @@ -23,7 +23,7 @@ jobs: otp: "23.x" steps: - - uses: actions/checkout@v4.1.5 + - uses: actions/checkout@v4.1.6 - 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 b4d1af5e..f6ab8a8d 100644 --- a/.github/workflows/k8s_matrix.yaml +++ b/.github/workflows/k8s_matrix.yaml @@ -20,7 +20,7 @@ jobs: with: version: v0.18.0 image: kindest/node:${{ matrix.k8s_version }} - - uses: actions/checkout@v4.1.5 + - uses: actions/checkout@v4.1.6 - uses: erlef/setup-beam@v1 with: version-file: .tool-versions