Skip to content

Commit 2212c3c

Browse files
build(deps): bump the all group across 1 directory with 6 updates
Bumps the all group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.2.2` | `5.0.0` | | [actions/setup-node](https://github.com/actions/setup-node) | `4.4.0` | `5.0.0` | | [actions/labeler](https://github.com/actions/labeler) | `5.0.0` | `6.0.1` | | [actions/first-interaction](https://github.com/actions/first-interaction) | `1.3.0` | `3.0.0` | | [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2.2.2` | `2.3.3` | | [actions/stale](https://github.com/actions/stale) | `9.1.0` | `10.0.0` | Updates `actions/checkout` from 4.2.2 to 5.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...v5.0.0) Updates `actions/setup-node` from 4.4.0 to 5.0.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4.4.0...v5.0.0) Updates `actions/labeler` from 5.0.0 to 6.0.1 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](actions/labeler@v5.0.0...v6.0.1) Updates `actions/first-interaction` from 1.3.0 to 3.0.0 - [Release notes](https://github.com/actions/first-interaction/releases) - [Commits](actions/first-interaction@v1.3.0...v3.0.0) Updates `softprops/action-gh-release` from 2.2.2 to 2.3.3 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2.2.2...v2.3.3) Updates `actions/stale` from 9.1.0 to 10.0.0 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v9.1.0...v10.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/setup-node dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/labeler dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/first-interaction dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: softprops/action-gh-release dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: actions/stale dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2a21f1d commit 2212c3c

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v4.2.2
26+
uses: actions/checkout@v5.0.0
2727
- name: Install pnpm
2828
uses: pnpm/action-setup@v4.1.0
2929
- name: Install Node.js
30-
uses: actions/setup-node@v4.4.0
30+
uses: actions/setup-node@v5.0.0
3131
with:
3232
node-version-file: .nvmrc
3333
cache: pnpm
@@ -42,11 +42,11 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
- name: Checkout
45-
uses: actions/checkout@v4.2.2
45+
uses: actions/checkout@v5.0.0
4646
- name: Install pnpm
4747
uses: pnpm/action-setup@v4.1.0
4848
- name: Install Node.js
49-
uses: actions/setup-node@v4.4.0
49+
uses: actions/setup-node@v5.0.0
5050
with:
5151
node-version-file: .nvmrc
5252
cache: pnpm

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
timeout-minutes: 60
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/labeler@v5.0.0
24+
- uses: actions/labeler@v6.0.1
2525
with:
2626
repo-token: ${{ secrets.GITHUB_TOKEN }}
2727
labeler-size:

.github/workflows/new-contributor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
timeout-minutes: 60
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/first-interaction@v1.3.0
24+
- uses: actions/first-interaction@v3.0.0
2525
with:
2626
repo-token: ${{ secrets.GITHUB_TOKEN }}
2727
issue-message: |

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
timeout-minutes: 60
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4.2.2
19-
- uses: softprops/action-gh-release@v2.2.2
18+
- uses: actions/checkout@v5.0.0
19+
- uses: softprops/action-gh-release@v2.3.3
2020
with:
2121
body: |
2222
Please refer to [CHANGELOG.md](https://github.com/skyclouds2001/template-sky/blob/master/CHANGELOG.md) for details.
@@ -27,11 +27,11 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v4.2.2
30+
uses: actions/checkout@v5.0.0
3131
- name: Install pnpm
3232
uses: pnpm/action-setup@v4.1.0
3333
- name: Install Node.js
34-
uses: actions/setup-node@v4.4.0
34+
uses: actions/setup-node@v5.0.0
3535
with:
3636
registry-url: https://registry.npmjs.org/
3737
node-version-file: .nvmrc

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
timeout-minutes: 60
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/stale@v9.1.0
19+
- uses: actions/stale@v10.0.0
2020
with:
2121
stale-issue-message: |
2222
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

0 commit comments

Comments
 (0)