Skip to content

Commit c7b0770

Browse files
Bump actions/checkout from 6.0.2 to 6.0.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@de0fac2...df4cb1c) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 32defb8 commit c7b0770

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd
19+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
2020
with:
2121
submodules: recursive
2222

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

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

0 commit comments

Comments
 (0)