Skip to content

Commit

Permalink
test odin action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed Nov 7, 2024
1 parent 3d19f2a commit 08116e9
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 @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: laytan/setup-odin@v2
- uses: scottmckendry/setup-odin@3856efb1b99e2283bf90670b12609e5185bbaa05
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Report
Expand All @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: laytan/setup-odin@v2
- uses: scottmckendry/setup-odin@3856efb1b99e2283bf90670b12609e5185bbaa05
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 08116e9

Please sign in to comment.