Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: home-assistant-libs/python-matter-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e675c42da824b1f6de42d55d6c6b59f4aff527df
Choose a base ref
..
head repository: home-assistant-libs/python-matter-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 342aff97c9a69354bd6565e0891baa79b09549d7
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 .github/workflows/build-web.yaml
4 changes: 2 additions & 2 deletions .github/workflows/build-web.yaml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-node@v4.0.0
- uses: actions/setup-node@v4.0.2
with:
node-version: 20
- name: Install dependencies
@@ -38,7 +38,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Setup Pages
uses: actions/configure-pages@v3.0.6
uses: actions/configure-pages@v4.0.0
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4.0.4