Skip to content

Commit 263523d

Browse files
Bump actions/checkout from 4.1.2 to 4.1.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@9bb5618...0ad4b8f) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d6b896e commit 263523d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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@9bb56186c3b09b4f86b1c65136769dd318469633
19+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
2020
with:
2121
submodules: recursive
2222

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

7070
steps:
7171
- name: Checkout repository
72-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
72+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
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@9bb56186c3b09b4f86b1c65136769dd318469633
19+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
2020
with:
2121
submodules: recursive
2222

0 commit comments

Comments
 (0)