Skip to content

Commit

Permalink
Update actions scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
harry-cpp committed Oct 4, 2023
1 parent 4ca2493 commit 7080076
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
libxkbcommon-dev libdrm-dev libgbm-dev
shell: bash
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: recursive
- name: Restore dotnet tools
Expand All @@ -49,11 +49,11 @@ jobs:
if: ${{ github.event_name == 'push' }}
steps:
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: recursive
- name: Download artifacts for Windows x64
Expand Down

0 comments on commit 7080076

Please sign in to comment.