Skip to content

Commit

Permalink
Update workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
AsYlum- committed Dec 5, 2024
1 parent d89f9b1 commit fa36040
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2
with:
fetch-depth: 0

- name: Install .NET Core
uses: actions/setup-dotnet@v4.0.1
uses: actions/setup-dotnet@v4.1.0
with:
dotnet-version: 8.0.x

Expand All @@ -45,7 +45,7 @@ jobs:
Configuration: ${{ matrix.configuration }}

- name: Upload build artifacts
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: ${{ env.Asset_Name }}.zip
path: ./UOFiddler/bin/Release/
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
run: 7z a -tzip ${{ env.Asset_Name }}.zip './${{ env.Asset_Name }}'

- name: Create release
uses: softprops/action-gh-release@v2.0.8
uses: softprops/action-gh-release@v2.1.0
with:
name: UOFiddler ${{ github.ref_name }}
generate_release_notes: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2
with:
fetch-depth: 1

- name: Install .NET Core
uses: actions/setup-dotnet@v4.0.1
uses: actions/setup-dotnet@v4.1.0
with:
dotnet-version: 8.0.x

Expand Down

0 comments on commit fa36040

Please sign in to comment.