Skip to content

Commit

Permalink
Update GitHub Actions (#92)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Will Baldoumas <45316999+wbaldoumas@users.noreply.github.com>
  • Loading branch information
renovate[bot] and wbaldoumas committed Jul 9, 2023
1 parent 688745e commit 2109e5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
args: docs/docfx.json

- name: Deploy Docs
uses: JamesIves/github-pages-deploy-action@v4.4.1
uses: JamesIves/github-pages-deploy-action@v4.4.2
with:
branch: gh-pages
folder: site/html
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Build
run: cd src && dotnet build --configuration Release --no-restore
- name: Publish NuGet
uses: alirezanet/publish-nuget@v3.0.4
uses: alirezanet/publish-nuget@v3.1.0
with:
PROJECT_FILE_PATH: src/Atrea.PolicyEngine/Atrea.PolicyEngine.csproj
NUGET_KEY: ${{secrets.NUGET_API_KEY}}

0 comments on commit 2109e5c

Please sign in to comment.