Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 760acd2

Browse files
committed
Bump actions to v3
1 parent 356f6f6 commit 760acd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/call-build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
call-workflow:
9-
uses: linuxserver-labs/docker-actions/.github/workflows/build-image.yml@v2
9+
uses: linuxserver-labs/docker-actions/.github/workflows/build-image.yml@v3
1010
with:
1111
repo_owner: ${{ github.repository_owner }}
1212
app_name: "omada-controller"

.github/workflows/call-check-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
call-workflow:
10-
uses: linuxserver-labs/docker-actions/.github/workflows/check-and-release.yml@v2
10+
uses: linuxserver-labs/docker-actions/.github/workflows/check-and-release.yml@v3
1111
with:
1212
repo_owner: ${{ github.repository_owner }}
1313
app_name: "omada-controller"

0 commit comments

Comments
 (0)