Skip to content

Commit 79e7617

Browse files
Bump actions/checkout from 4.2.0 to 4.2.2 (#133)
* Bump actions/checkout from 4.2.0 to 4.2.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@d632683...11bd719) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * fix warning on dockerfile as suggested by github --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jeremie Gillet <jie.gillet@gmail.com>
1 parent 83ce815 commit 79e7617

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
apt-get update
2020
apt-get install -y git jq
2121
22-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
22+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2323
with:
2424
submodules: recursive
2525

@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-22.04
4848
steps:
4949
- name: Checkout code
50-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
50+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
5151

5252
- name: Set up Docker Buildx
5353
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM hexpm/elixir:1.17.0-erlang-27.0-debian-bookworm-20240612 as builder
1+
FROM hexpm/elixir:1.17.0-erlang-27.0-debian-bookworm-20240612 AS builder
22

33
# Install SSL ca certificates
44
RUN apt-get update && \

0 commit comments

Comments
 (0)