Skip to content

Commit 9df1963

Browse files
Bump the github-actions group with 4 updates
Bumps the github-actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [tj-actions/changed-files](https://github.com/tj-actions/changed-files), [actions/setup-node](https://github.com/actions/setup-node) and [tibdex/github-app-token](https://github.com/tibdex/github-app-token). Updates `actions/checkout` from 2 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v6) Updates `tj-actions/changed-files` from 31 to 47 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@v31...v47) Updates `actions/setup-node` from 3 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v3...v6) Updates `tibdex/github-app-token` from 1 to 2 - [Release notes](https://github.com/tibdex/github-app-token/releases) - [Commits](tibdex/github-app-token@v1...v2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: tj-actions/changed-files dependency-version: '47' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: tibdex/github-app-token dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 83b2d25 commit 9df1963

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
contents: write
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v6
2222
with:
2323
ref: ${{ github.event.pull_request.head.ref }}
2424

@@ -52,13 +52,13 @@ jobs:
5252
if: github.event.pull_request.draft == false
5353
runs-on: ubuntu-latest
5454
steps:
55-
- uses: actions/checkout@v3
55+
- uses: actions/checkout@v6
5656
with:
5757
fetch-depth: 0
5858

5959
- name: Get changed files
6060
id: changed-files
61-
uses: tj-actions/changed-files@v31
61+
uses: tj-actions/changed-files@v47
6262

6363
- name: Check if changelog was touched
6464
run: |
@@ -81,10 +81,10 @@ jobs:
8181
node-version: [20.x, 22.x, 24.x, 25.x]
8282
react-version: [^18.2.0, ^19.0.0]
8383
steps:
84-
- uses: actions/checkout@v2
84+
- uses: actions/checkout@v6
8585

8686
- name: Use Node.js ${{ matrix.node-version }}
87-
uses: actions/setup-node@v3
87+
uses: actions/setup-node@v6
8888
with:
8989
node-version: ${{ matrix.node-version }}
9090
cache: "yarn"

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ jobs:
3030
release-it:
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: tibdex/github-app-token@v1
33+
- uses: tibdex/github-app-token@v2
3434
id: generate-token
3535
with:
3636
app_id: ${{ secrets.RELEASE_BOT_APP_ID }}
3737
private_key: ${{ secrets.RELEASE_BOT_APP_PRIVATE_KEY }}
3838

3939
- name: checkout
40-
uses: actions/checkout@v3
40+
uses: actions/checkout@v6
4141
with:
4242
token: ${{ steps.generate-token.outputs.token }}
4343
# we need everything so release-it can compare the current version with the latest tag

.github/workflows/pkg.pr.new.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313

1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v6
1717

18-
- uses: actions/setup-node@v4
18+
- uses: actions/setup-node@v6
1919
with:
2020
node-version: 20
2121

.github/workflows/storybook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
build-storybook:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v6
1212

1313
- name: Use Node.js
14-
uses: actions/setup-node@v3
14+
uses: actions/setup-node@v6
1515
with:
1616
node-version: 18
1717
cache: "yarn"

0 commit comments

Comments
 (0)