From e2729865e7421ac4bf81f24f288c10e4ed0c74bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20L=C3=B6rwald?= <10850250+stefanloerwald@users.noreply.github.com> Date: Tue, 12 Nov 2024 12:03:56 +0100 Subject: [PATCH] updated dependencies --- .github/workflows/dotnet-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index d8513e94..fed867cf 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -36,7 +36,7 @@ jobs: - name: write git commit id run: echo -n "${GITHUB_SHA}" > app/publish/wwwroot/commit.txt - name: Deploy to Github Pages - uses: JamesIves/github-pages-deploy-action@v4.6.8 + uses: JamesIves/github-pages-deploy-action@v4.6.9 with: token: ${{ secrets.ACCESS_TOKEN }} branch: gh-pages # The branch the action should deploy to.