Skip to content

Commit dfbe29c

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

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/elixir_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
apt-get update
1616
apt-get install -y git
1717
18-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
18+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1919
with:
2020
submodules: recursive
2121

@@ -52,7 +52,7 @@ jobs:
5252

5353
steps:
5454
- name: Checkout repository
55-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
55+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
5656

5757
- name: Run Smoke Test in Docker
5858
run: bin/run-tests-in-docker.sh

.github/workflows/exercism_test_helper_build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
image: hexpm/elixir:1.19.4-erlang-28.1-debian-bookworm-20251117
1515

1616
steps:
17-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
17+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1818
- name: Install Dependencies
1919
run: |
2020
cd exercism_test_helper

0 commit comments

Comments
 (0)