Skip to content

Commit

Permalink
Updated build action versions in build file
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasArdal committed Nov 21, 2023
1 parent 5785826 commit 8367143
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ on:
jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
Expand All @@ -34,7 +34,7 @@ jobs:

- name: Create the Release
if: ${{ github.event_name == 'push' }}
uses: actions/[email protected].3
uses: actions/[email protected].4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 8367143

Please sign in to comment.