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/build-domoticz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
-
name: Checkout the code Linky
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: guillaumezin/DomoticzLinky
ref: refs/heads/master
Expand All @@ -43,7 +43,7 @@ jobs:
steps:
-
name: Checkout the code DeCONZ
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: Smanar/Domoticz-deCONZ
ref: refs/heads/master
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
steps:
-
name: Checkout the code
uses: actions/checkout@v6
uses: actions/checkout@v7
-
name: Set up QEMU
uses: docker/setup-qemu-action@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-httpd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
steps:
-
name: Checkout the code
uses: actions/checkout@v6
uses: actions/checkout@v7
-
name: Set up QEMU
uses: docker/setup-qemu-action@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-tydom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
-
name: Checkout the code
uses: actions/checkout@v6
uses: actions/checkout@v7
-
name: Setup Node.js
uses: actions/setup-node@v6
Expand All @@ -48,7 +48,7 @@ jobs:
steps:
-
name: Checkout the code
uses: actions/checkout@v6
uses: actions/checkout@v7
# Setup Node.js (for Sonar)
-
name: Setup Node.js
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
steps:
-
name: Checkout the code
uses: actions/checkout@v6
uses: actions/checkout@v7
-
name: Set up QEMU
uses: docker/setup-qemu-action@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
Loading