Skip to content

Commit

Permalink
Merge pull request #233 from coryodaniel/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-4.0.0

Bump actions/checkout from 3.5.3 to 4.0.0
  • Loading branch information
mruoss committed Sep 11, 2023
2 parents 11f9eda + f9a04f1 commit 5c8c4c9
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 @@ -16,7 +16,7 @@ jobs:
matrix:
k8s_version: [v1.27.3]
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4.0.0

- 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 @@ -19,7 +19,7 @@ jobs:
- elixir: "1.15.x"
otp: "23.x"
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4.0.0
- 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 @@ -20,7 +20,7 @@ jobs:
with:
version: v0.17.0
image: kindest/node:${{ matrix.k8s_version }}
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4.0.0
- uses: erlef/setup-beam@v1
with:
version-file: .tool-versions
Expand Down

0 comments on commit 5c8c4c9

Please sign in to comment.