Skip to content

Commit 6171961

Browse files
Bump actions/checkout from 3.5.1 to 3.5.3 (#382)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1c69ac2 commit 6171961

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/elixir_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
apt-get install -y git
1717
1818
- name: Checkout repository and submodules
19-
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
19+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
2020
with:
2121
submodules: recursive
2222

@@ -69,7 +69,7 @@ jobs:
6969

7070
steps:
7171
- name: Checkout repository
72-
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
72+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
7373

7474
- name: Run Smoke Test in Docker
7575
run: bin/run-tests-in-docker.sh

.github/workflows/elixir_test_external.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
apt-get install -y git
1717
1818
- name: Checkout repository and submodules
19-
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
19+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
2020
with:
2121
submodules: recursive
2222

0 commit comments

Comments
 (0)