diff --git a/.github/workflows/build-push.yaml b/.github/workflows/build-push.yaml
index ea6e926..6686fc4 100644
--- a/.github/workflows/build-push.yaml
+++ b/.github/workflows/build-push.yaml
@@ -17,14 +17,14 @@ jobs:
packages: write
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- id: branch-name
uses: tj-actions/branch-names@v7
- - uses: docker/setup-buildx-action@v2
+ - uses: docker/setup-buildx-action@v3
- - uses: docker/login-action@v2
+ - uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
@@ -50,7 +50,7 @@ jobs:
fi
- id: meta
- uses: docker/metadata-action@v4
+ uses: docker/metadata-action@v5
with:
flavor: latest=false
images: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}
@@ -62,7 +62,7 @@ jobs:
# add global tag
type=raw,priority=700,value=${{ steps.global-tag.outputs.tag }}
- - uses: docker/build-push-action@v4
+ - uses: docker/build-push-action@v5
with:
context: .
build-args: CUSTOM_VERSION=${{ steps.global-tag.outputs.custom-version }}
diff --git a/src/Miha.Discord/Miha.Discord.csproj b/src/Miha.Discord/Miha.Discord.csproj
index 041f3c6..f6d43ec 100644
--- a/src/Miha.Discord/Miha.Discord.csproj
+++ b/src/Miha.Discord/Miha.Discord.csproj
@@ -11,7 +11,7 @@
-
+
diff --git a/src/Miha.Redis/Miha.Redis.csproj b/src/Miha.Redis/Miha.Redis.csproj
index af97bae..9fdee90 100644
--- a/src/Miha.Redis/Miha.Redis.csproj
+++ b/src/Miha.Redis/Miha.Redis.csproj
@@ -9,7 +9,7 @@
-
+
diff --git a/src/Miha.Shared/Miha.Shared.csproj b/src/Miha.Shared/Miha.Shared.csproj
index 790df06..91fc36d 100644
--- a/src/Miha.Shared/Miha.Shared.csproj
+++ b/src/Miha.Shared/Miha.Shared.csproj
@@ -7,7 +7,7 @@
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
@@ -17,12 +17,12 @@
-
+
-
+