Skip to content

Commit

Permalink
Bump actions/checkout from 3.5.2 to 3.5.3
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.5.2...v3.5.3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 12, 2023
1 parent f720b2e commit 4d6de43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
elixir: [1.14.x]
otp: [26.x]
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3

- uses: engineerd/setup-kind@v0.5.0
id: kind
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/elixir_matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
otp: ["23.x", "24.x", "25.x", "26.x"]
elixir: ["1.14.x"]
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/k8s_matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
version: v0.17.0
image: kindest/node:${{ matrix.k8s_version }}
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
Expand Down

0 comments on commit 4d6de43

Please sign in to comment.