Skip to content

Commit

Permalink
Update earthly/actions-setup action to v1.0.13 (#141)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [earthly/actions-setup](https://github.com/earthly/actions-setup) |
action | patch | `v1.0.12` -> `v1.0.13` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>earthly/actions-setup (earthly/actions-setup)</summary>

###
[`v1.0.13`](https://github.com/earthly/actions-setup/releases/tag/v1.0.13)

[Compare
Source](https://github.com/earthly/actions-setup/compare/v1.0.12...v1.0.13)

#### What's Changed

- Update dependency
[@&#8203;types/node](https://github.com/types/node) to v20.12.2 by
[@&#8203;renovate](https://github.com/renovate) in
[earthly/actions-setup#81
- Update npm (non-major) to v7.5.0 by
[@&#8203;renovate](https://github.com/renovate) in
[earthly/actions-setup#82
- Update dependency
[@&#8203;octokit/plugin-paginate-rest](https://github.com/octokit/plugin-paginate-rest)
to v11 by [@&#8203;renovate](https://github.com/renovate) in
[earthly/actions-setup#84
- Update npm (non-major) by
[@&#8203;renovate](https://github.com/renovate) in
[earthly/actions-setup#83
- Update npm (non-major) to v7.6.0 by
[@&#8203;renovate](https://github.com/renovate) in
[earthly/actions-setup#86
- Update npm (non-major) by
[@&#8203;renovate](https://github.com/renovate) in
[earthly/actions-setup#87
- Update npm (non-major) to v7.7.0 by
[@&#8203;renovate](https://github.com/renovate) in
[earthly/actions-setup#88
- only retrieve a version that has at least 6 assets by
[@&#8203;idodod](https://github.com/idodod) in
[earthly/actions-setup#90
[earthly/actions-setup#23
- Update dependency
[@&#8203;octokit/plugin-paginate-rest](https://github.com/octokit/plugin-paginate-rest)
to v11.1.1 by [@&#8203;renovate](https://github.com/renovate) in
[earthly/actions-setup#91

**Full Changelog**:
earthly/actions-setup@v1.0.12...v1.0.13

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/marinatedconcrete/config).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjMwMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 2, 2024
1 parent 2a55c3d commit 1c47510
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kairos-ubuntu-22-lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
packages: write

steps:
- uses: earthly/actions-setup@v1.0.12
- uses: earthly/actions-setup@v1.0.13
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# renovate: datasource=docker depName=earthly/earthly
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kairos-zsh-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
packages: "write"

steps:
- uses: earthly/actions-setup@v1.0.12
- uses: earthly/actions-setup@v1.0.13
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# renovate: datasource=docker depName=earthly/earthly
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kustomization-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
packages: write

steps:
- uses: earthly/actions-setup@v1.0.12
- uses: earthly/actions-setup@v1.0.13
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# renovate: datasource=docker depName=earthly/earthly
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/universal-silabs-flasher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
packages: "write"

steps:
- uses: earthly/actions-setup@v1.0.12
- uses: earthly/actions-setup@v1.0.13
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# renovate: datasource=docker depName=earthly/earthly
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/usb-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
packages: "write"

steps:
- uses: earthly/actions-setup@v1.0.12
- uses: earthly/actions-setup@v1.0.13
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# renovate: datasource=docker depName=earthly/earthly
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
EARTHLY_SATELLITE: config-repo
runs-on: ubuntu-latest
steps:
- uses: earthly/actions-setup@v1.0.12
- uses: earthly/actions-setup@v1.0.13
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# renovate: datasource=docker depName=earthly/earthly
Expand All @@ -32,7 +32,7 @@ jobs:
EARTHLY_SATELLITE: config-repo
runs-on: ubuntu-latest
steps:
- uses: earthly/actions-setup@v1.0.12
- uses: earthly/actions-setup@v1.0.13
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# renovate: datasource=docker depName=earthly/earthly
Expand Down

0 comments on commit 1c47510

Please sign in to comment.