Skip to content

Commit

Permalink
Update CI to use non-deprecated checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronVanGeffen committed Sep 13, 2024
1 parent 763b479 commit c569557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v1
with:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download gxc
run: |
curl -Lo tools.tar.gz https://github.com/IntelOrca/libsawyer/releases/download/v1.3.0/libsawyer-tools-linux-x64.tar.gz
Expand Down

0 comments on commit c569557

Please sign in to comment.