Skip to content

Commit

Permalink
Merge pull request #8 from NapalmCodes/chore/pin-dependencies
Browse files Browse the repository at this point in the history
Pin dependencies
  • Loading branch information
NapalmCodes authored Aug 27, 2024
2 parents 0f8fb17 + 270f009 commit f24c987
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2

- name: Get Build Version
run: |
Expand All @@ -26,7 +26,7 @@ jobs:
shell: bash

- name: Setup .NET
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4
with:
dotnet-version: '8.0.x'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2

- name: Setup .NET
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4
with:
dotnet-version: '8.0.x'

Expand Down

0 comments on commit f24c987

Please sign in to comment.