Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
password: ${{ github.token }}

- name: Build and push docker image
uses: docker/build-push-action@v6.15.0
uses: docker/build-push-action@v6.16.0
with:
push: true
tags: ghcr.io/${{ github.repository }}:latest
Expand All @@ -51,12 +51,12 @@ jobs:
uses: actions/[email protected]

- name: Set up Python
uses: actions/setup-python@v5.5.0
uses: actions/setup-python@v5.6.0
with:
python-version: "3.12"

- name: Set up Node.js
uses: actions/setup-node@v4.3.0
uses: actions/setup-node@v4.4.0
with:
node-version: 18.x
registry-url: https://registry.npmjs.org
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/reusable_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
uses: actions/[email protected]

- name: Set up Python
uses: actions/setup-python@v5.5.0
uses: actions/setup-python@v5.6.0
with:
python-version: "3.12"

- name: Set up Node.js
uses: actions/setup-node@v4.3.0
uses: actions/setup-node@v4.4.0
with:
node-version: 18.x
registry-url: https://registry.npmjs.org
Expand Down Expand Up @@ -65,4 +65,4 @@ jobs:
run: make test

- name: Run codecov
uses: codecov/[email protected].0
uses: codecov/[email protected].2