Skip to content

Commit

Permalink
Use main version in build tasks (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
anpaz authored Jun 28, 2024
1 parent 49c0870 commit 9051c0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-main.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@main

- name: Set up .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@main
with:
dotnet-version: '6.x'
include-prerelease: true
Expand Down Expand Up @@ -53,10 +53,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@main

- name: Set Python 3.9
uses: actions/setup-python@v1
uses: actions/setup-python@main
with:
python-version: '3.9'

Expand Down

0 comments on commit 9051c0b

Please sign in to comment.