Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 421318f

Browse files
chore(deps): update all github-actions to v3 (#223)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1d6378d commit 421318f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release_github.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616

1717
- name: "Get the version of fluence-js package"
1818
id: package-version
@@ -33,7 +33,7 @@ jobs:
3333
### Create a release
3434
- name: Build Changelog
3535
id: changelog
36-
uses: mikepenz/release-changelog-builder-action@v1
36+
uses: mikepenz/release-changelog-builder-action@v3
3737
with:
3838
configuration: ".github/workflows/changelog_config.json"
3939
env:

.github/workflows/release_packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
version: 7
1616

1717
- name: "Setup node"
18-
uses: actions/setup-node@v2
18+
uses: actions/setup-node@v3
1919
with:
2020
node-version: "16"
2121
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)