Skip to content

Commit

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

chore(deps): bump actions/checkout from 4.1.5 to 4.1.6
  • Loading branch information
mruoss authored May 20, 2024
2 parents 0dd06b6 + f0ff5a4 commit 7185b1b
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.29.0]
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6

- uses: engineerd/[email protected]
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 @@ -23,7 +23,7 @@ jobs:
otp: "23.x"

steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6
- 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.18.0
image: kindest/node:${{ matrix.k8s_version }}
- uses: actions/[email protected].5
- uses: actions/[email protected].6
- uses: erlef/setup-beam@v1
with:
version-file: .tool-versions
Expand Down

0 comments on commit 7185b1b

Please sign in to comment.