Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v3 (#19)
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 |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout) | action | major | `v2` -> `v3` |

---

### Release Notes

<details>
<summary>actions/checkout</summary>

### [`v3`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v310)

[Compare Source](https://github.com/actions/checkout/compare/v2...v3)

-   [Use @&#8203;actions/core `saveState` and `getState`](https://github.com/actions/checkout/pull/939)
-   [Add `github-server-url` input](https://github.com/actions/checkout/pull/922)

</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://app.renovatebot.com/dashboard#github/kula-app/remove-stale-workflow-runs).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDguMCIsInVwZGF0ZWRJblZlciI6IjM0LjE0OC4wIn0=-->
  • Loading branch information
renovate[bot] committed Feb 23, 2023
1 parent ae6c2e4 commit fd18f42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.ref_name == 'main' }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Create GitHub Release
uses: marvinpinto/action-automatic-releases@latest
with:
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Create GitHub Release
uses: marvinpinto/action-automatic-releases@latest
with:
Expand Down

0 comments on commit fd18f42

Please sign in to comment.