Skip to content

Commit

Permalink
Bump pipeline actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoVIII committed Mar 9, 2024
1 parent 75caa4e commit 700f6b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ matrix.dotnet }}
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Build docs
run: dotnet run build-docs
- name: Deploy docs
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
echo ::set-output name=release_tag::$RTAG
shell: bash
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ matrix.dotnet }}
- name: Restore tools
Expand All @@ -37,7 +37,7 @@ jobs:
run: dotnet run pack ${{ steps.tag_name.outputs.current_version }}
- name: Get Changelog Entry
id: changelog_reader
uses: mindsers/changelog-reader-action@v2.0.0
uses: mindsers/changelog-reader-action@v2
with:
version: ${{ steps.tag_name.outputs.release_tag }}
- name: Create Release
Expand Down

0 comments on commit 700f6b1

Please sign in to comment.