Update to checkout@v4

pull/889/head
krahets 1 year ago
parent a8b2350705
commit 9f4076d1c1

@ -23,7 +23,7 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest] os: [ubuntu-latest, macos-latest, windows-latest]
dart-sdk: [stable, beta, dev] dart-sdk: [stable, beta, dev]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Set up Dart ${{ matrix.dart-sdk }} - name: Set up Dart ${{ matrix.dart-sdk }}
uses: dart-lang/setup-dart@v1 uses: dart-lang/setup-dart@v1
with: with:

@ -25,7 +25,7 @@ jobs:
dotnet-version: ["6.0.x"] dotnet-version: ["6.0.x"]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Setup .NET ${{ matrix.dotnet-version }} - name: Setup .NET ${{ matrix.dotnet-version }}
uses: actions/setup-dotnet@v3 uses: actions/setup-dotnet@v3

@ -24,9 +24,9 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest] os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.10"] python-version: ["3.8", "3.10"]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3 uses: actions/setup-python@v4
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install dependencies - name: Install dependencies

Loading…
Cancel
Save