From 9a0d2a0e76b025eef0297dba7b8d1958d63045fb Mon Sep 17 00:00:00 2001 From: Tatsuro Shibamura Date: Mon, 23 Oct 2023 15:14:38 +0900 Subject: [PATCH] Update dependencies (#434) * Update dependencies * Update actions dependencies --- .github/workflows/build.yml | 6 +++--- .github/workflows/publish.yml | 6 +++--- AppService.Acmebot/AppService.Acmebot.csproj | 6 +++--- azuredeploy.json | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6b9369e..c12c38d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,18 +8,18 @@ on: env: DOTNET_VERSION: 6.0.x - BICEP_VERSION: 0.18.4 + BICEP_VERSION: 0.22.6 jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true - name: Use .NET Core ${{ env.DOTNET_VERSION }} - uses: actions/setup-dotnet@v2 + uses: actions/setup-dotnet@v3 with: dotnet-version: ${{ env.DOTNET_VERSION }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b8c32b3..ef8f791 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -6,7 +6,7 @@ on: env: DOTNET_VERSION: 6.0.x - BICEP_VERSION: 0.18.4 + BICEP_VERSION: 0.22.6 jobs: publish: @@ -14,12 +14,12 @@ jobs: outputs: version: ${{ steps.setup_version.outputs.version }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true - name: Use .NET Core ${{ env.DOTNET_VERSION }} - uses: actions/setup-dotnet@v2 + uses: actions/setup-dotnet@v3 with: dotnet-version: ${{ env.DOTNET_VERSION }} diff --git a/AppService.Acmebot/AppService.Acmebot.csproj b/AppService.Acmebot/AppService.Acmebot.csproj index bfe215e..3554d48 100644 --- a/AppService.Acmebot/AppService.Acmebot.csproj +++ b/AppService.Acmebot/AppService.Acmebot.csproj @@ -4,17 +4,17 @@ v4 - + - + - + diff --git a/azuredeploy.json b/azuredeploy.json index c18b0b2..7e01657 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -4,8 +4,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.18.4.5664", - "templateHash": "7464547529792936808" + "version": "0.22.6.54827", + "templateHash": "18175046511427201249" } }, "parameters": {