Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.6 (#557)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 16, 2024
1 parent d1ae5d3 commit cc21d30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
credo:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6
- uses: actions/cache@v4.0.2
with:
key: ${{ github.job }}-${{ hashFiles('mix.lock') }}-1
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
test:
runs-on: ${{ matrix.os || 'ubuntu-20.04' }}
steps:
- uses: actions/checkout@v4.1.5
- uses: actions/checkout@v4.1.6
- uses: actions/cache@v4.0.2
with:
key: ${{ github.job }}-${{ matrix.elixir }}-${{ matrix.otp }}-${{ hashFiles('mix.lock') }}-1
Expand Down

0 comments on commit cc21d30

Please sign in to comment.