Skip to content

Commit 18199be

Browse files
authored
Merge branch 'main' into dependabot/github_actions/docker/build-push-action-6.13.0
2 parents 23efe0d + 4b10685 commit 18199be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fi
4040
4141
- name: Set up Node.js
42-
uses: actions/setup-node@v4.1.0
42+
uses: actions/setup-node@v4.2.0
4343
with:
4444
node-version: 18
4545
cache: yarn

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Build package
2222
run: poetry build
2323
- name: Publish package
24-
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70
24+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
2525
with:
2626
user: __token__
2727
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)