Skip to content

Commit 935232a

Browse files
Bump the actions group in /.github/workflows with 2 updates (#223)
Bumps the actions group in /.github/workflows with 2 updates: [actions/setup-node](https://github.com/actions/setup-node) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `actions/setup-node` from 6 to 6.3.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v6...v6.3.0) Updates `pypa/gh-action-pypi-publish` from 1.13.0 to 1.14.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 399bd8e commit 935232a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
- uses: actions/checkout@v6
4545
- name: Use Node.js 15
46-
uses: actions/setup-node@v6
46+
uses: actions/setup-node@v6.3.0
4747
with:
4848
node-version: '15'
4949
- name: Install jest
@@ -69,7 +69,7 @@ jobs:
6969
python -m pip install -U pip build
7070
python -m build --sdist --wheel .
7171
- name: Publish
72-
uses: pypa/gh-action-pypi-publish@v1.13.0
72+
uses: pypa/gh-action-pypi-publish@v1.14.0
7373
with:
7474
user: __token__
7575
password: ${{ secrets.PYPI_KEY }}

0 commit comments

Comments
 (0)