Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.1 to 4.1.2 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 13, 2024
1 parent c5dd629 commit 7194a22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/elixir_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
apt-get update
apt-get install -y git
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
with:
submodules: recursive

Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633

- name: Run Smoke Test in Docker
run: bin/run-tests-in-docker.sh
2 changes: 1 addition & 1 deletion .github/workflows/exercism_test_helper_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
image: hexpm/elixir:1.16.0-erlang-26.2.1-debian-bookworm-20231009

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- name: Install Dependencies
run: |
cd exercism_test_helper
Expand Down

0 comments on commit 7194a22

Please sign in to comment.