Skip to content

Commit

Permalink
chore(deps): update github packages to v3 (major) (#3)
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://togithub.com/actions/checkout) | action |
major | `v2` -> `v3` |
| [actions/setup-node](https://togithub.com/actions/setup-node) | action
| major | `v1` -> `v3` |
|
[actions/upload-artifact](https://togithub.com/actions/upload-artifact)
| action | major | `v2` -> `v3` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

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

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

- [Fix: Checkout fail in self-hosted runners when faulty submodule are
checked-in](https://togithub.com/actions/checkout/pull/1196)
- [Fix typos found by
codespell](https://togithub.com/actions/checkout/pull/1287)
- [Add support for sparse
checkouts](https://togithub.com/actions/checkout/pull/1369)

</details>

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

### [`v3`](https://togithub.com/actions/setup-node/compare/v2...v3)

[Compare
Source](https://togithub.com/actions/setup-node/compare/v2...v3)

### [`v2`](https://togithub.com/actions/setup-node/compare/v1...v2)

[Compare
Source](https://togithub.com/actions/setup-node/compare/v1...v2)

</details>

<details>
<summary>actions/upload-artifact (actions/upload-artifact)</summary>

### [`v3`](https://togithub.com/actions/upload-artifact/compare/v2...v3)

[Compare
Source](https://togithub.com/actions/upload-artifact/compare/v2...v3)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates 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/Aiko-IT-Systems/rmmv-core).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjM1LjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
Lulalaby committed Jun 26, 2023
2 parents 075626d + a93a155 commit bca76af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
name: Release RMMV-Core
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Install dependencies
Expand All @@ -32,7 +32,7 @@ jobs:
run: npm run package
working-directory: ./src
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: rmmv-core
path: src/rmmv-core.zip
Expand Down

0 comments on commit bca76af

Please sign in to comment.