Skip to content

Commit 991ff5c

Browse files
viodependabot[bot]github-actions[bot]
authored
Update dependencies (#600)
* build(deps): bump actions/download-artifact from 4.3.0 to 5.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.3.0...v5.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps-dev): bump @types/node from 24.2.0 to 24.2.1 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.2.0 to 24.2.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.2.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps): bump actions/checkout from 4.2.2 to 5.0.0 Bumps [actions/checkout](https://github.com/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) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps-dev): bump rollup from 4.46.2 to 4.46.3 Bumps [rollup](https://github.com/rollup/rollup) from 4.46.2 to 4.46.3. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.46.2...v4.46.3) --- updated-dependencies: - dependency-name: rollup dependency-version: 4.46.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps-dev): bump memfs from 4.36.0 to 4.36.3 Bumps [memfs](https://github.com/streamich/memfs) from 4.36.0 to 4.36.3. - [Release notes](https://github.com/streamich/memfs/releases) - [Changelog](https://github.com/streamich/memfs/blob/master/CHANGELOG.md) - [Commits](streamich/memfs@v4.36.0...v4.36.3) --- updated-dependencies: - dependency-name: memfs dependency-version: 4.36.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps-dev): bump @types/node from 24.2.1 to 24.3.0 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.2.1 to 24.3.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps-dev): bump rollup from 4.46.3 to 4.46.4 Bumps [rollup](https://github.com/rollup/rollup) from 4.46.3 to 4.46.4. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.46.3...v4.46.4) --- updated-dependencies: - dependency-name: rollup dependency-version: 4.46.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d79882b commit 991ff5c

File tree

3 files changed

+184
-118
lines changed

3 files changed

+184
-118
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v4.2.2
15+
uses: actions/checkout@v5.0.0
1616

1717
- name: Setup node & npm
1818
uses: relative-ci/.github/actions/setup-node-npm@v1.1.1
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout repo
27-
uses: actions/checkout@v4.2.2
27+
uses: actions/checkout@v5.0.0
2828

2929
- name: Setup node & npm
3030
uses: relative-ci/.github/actions/setup-node-npm@v1.1.1
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- name: Checkout repo
39-
uses: actions/checkout@v4.2.2
39+
uses: actions/checkout@v5.0.0
4040

4141
- name: Setup node & npm
4242
uses: relative-ci/.github/actions/setup-node-npm@v1.1.1
@@ -74,7 +74,7 @@ jobs:
7474

7575
steps:
7676
- name: Checkout repo
77-
uses: actions/checkout@v4.2.2
77+
uses: actions/checkout@v5.0.0
7878

7979
- name: Setup node & npm
8080
uses: relative-ci/.github/actions/setup-node-npm@v1.1.1
@@ -87,7 +87,7 @@ jobs:
8787
run: npm install vitest
8888

8989
- name: Download build files
90-
uses: actions/download-artifact@v4.3.0
90+
uses: actions/download-artifact@v5.0.0
9191
with:
9292
name: build-artifacts
9393

@@ -122,13 +122,13 @@ jobs:
122122
permissions:
123123
id-token: write
124124
steps:
125-
- uses: actions/checkout@v4.2.2
125+
- uses: actions/checkout@v5.0.0
126126

127127
- name: Setup node & npm
128128
uses: relative-ci/.github/actions/setup-node-npm@v1.1.1
129129

130130
- name: Download build
131-
uses: actions/download-artifact@v4.3.0
131+
uses: actions/download-artifact@v5.0.0
132132
with:
133133
name: build-artifacts
134134

0 commit comments

Comments
 (0)