From 9f400e80caca4580a4e9c5b09a5e8bf112e6083f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 03:32:38 +0000 Subject: [PATCH] Bump actions/checkout from 4.0.0 to 4.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0. - [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.0.0...v4.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... 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 a546664b..6e9528c1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: matrix: k8s_version: [v1.27.1] steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - uses: engineerd/setup-kind@v0.5.0 id: kind diff --git a/.github/workflows/elixir_matrix.yaml b/.github/workflows/elixir_matrix.yaml index 76183c89..1a39b414 100644 --- a/.github/workflows/elixir_matrix.yaml +++ b/.github/workflows/elixir_matrix.yaml @@ -20,7 +20,7 @@ jobs: otp: "23.x" steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - 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 d6413411..1e11b713 100644 --- a/.github/workflows/k8s_matrix.yaml +++ b/.github/workflows/k8s_matrix.yaml @@ -18,7 +18,7 @@ jobs: with: version: v0.18.0 image: kindest/node:${{ matrix.k8s_version }} - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - uses: erlef/setup-beam@v1 with: version-file: .tool-versions