From f5232afb5dd0eade97a709e10f3f78f535677f00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 18:18:21 +0200 Subject: [PATCH] Bump actions/checkout from 4.0.0 to 4.1.0 (#395) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/elixir_test.yml | 4 ++-- .github/workflows/elixir_test_external.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/elixir_test.yml b/.github/workflows/elixir_test.yml index c8a0b0ba..72fdb383 100644 --- a/.github/workflows/elixir_test.yml +++ b/.github/workflows/elixir_test.yml @@ -16,7 +16,7 @@ jobs: apt-get install -y git - name: Checkout repository and submodules - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 with: submodules: recursive @@ -69,7 +69,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Run Smoke Test in Docker run: bin/run-tests-in-docker.sh diff --git a/.github/workflows/elixir_test_external.yml b/.github/workflows/elixir_test_external.yml index ce1c49af..3bf13476 100644 --- a/.github/workflows/elixir_test_external.yml +++ b/.github/workflows/elixir_test_external.yml @@ -16,7 +16,7 @@ jobs: apt-get install -y git - name: Checkout repository and submodules - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 with: submodules: recursive