Skip to content

Commit

Permalink
Use the specific minor and patch
Browse files Browse the repository at this point in the history
  • Loading branch information
justalemon authored Nov 3, 2024
1 parent 947e1e4 commit 5075f8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
configuration: [Debug, Release]
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.2.-2
- uses: actions/[email protected]
with:
dotnet-version: "7.0.x"
Expand All @@ -41,7 +41,7 @@ jobs:
needs:
- lint-and-compile
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.2.2
- uses: actions/[email protected]
with:
dotnet-version: "7.0.x"
Expand Down

0 comments on commit 5075f8b

Please sign in to comment.