Skip to content

Commit

Permalink
chore(deps): update earthly/actions-setup action to v1.0.12 (#1145)
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] authored Mar 28, 2024
1 parent 283e6b5 commit f45eb88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: earthly/[email protected].11
- uses: earthly/[email protected].12
with:
version: latest
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: earthly/[email protected].11
- uses: earthly/[email protected].12
with:
version: latest
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: earthly/[email protected].11
- uses: earthly/[email protected].12
with:
version: latest
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f45eb88

Please sign in to comment.