Skip to content

Commit

Permalink
chore(deps): update github packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Lulalaby committed Feb 6, 2024
1 parent cf91425 commit 43c0042
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Publish library
run: dotnet pack -c Release -v minimal --no-build --no-restore --include-symbols --include-source -o ./artifacts DisCatSharp.sln
- name: Upload artifacts
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: DisCatSharp
path: ./artifacts/
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
needs: documentation
steps:
- name: Get SSH Agent
uses: webfactory/ssh-agent@v0.8.0
uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.AITSYS_SSH }}
- name: Publish on server
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
shell: pwsh
run: ./DisCatSharp.Tools/pack-docs.ps1 -DocsPath "./DisCatSharp.Docs" -OutputPath "./" -PackageName "dcs-docs-preview"
- name: Upload packed docs
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: dcs-docs-preview.zip
path: dcs-docs-preview.zip
Expand Down

0 comments on commit 43c0042

Please sign in to comment.