Skip to content

Commit

Permalink
use @main
Browse files Browse the repository at this point in the history
  • Loading branch information
anpaz committed Jun 27, 2024
1 parent 85a9217 commit 19299ad
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
- uses: actions/checkout@main

- name: Set up .NET Core
uses: actions/setup-dotnet
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
- uses: actions/checkout@main

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

Expand Down

0 comments on commit 19299ad

Please sign in to comment.