Skip to content

Commit

Permalink
gh actions: switch actions/checkout version to main
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Aug 21, 2024
1 parent fd0e6dc commit 70ab7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# NOTE: odin macos and ubuntu releases are zipped twice, so this is bit of a hack.
# The examples folder also conflicts with the sokol examples, so we just remove it.
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@main
- uses: ilammy/msvc-dev-cmd@v1
- if: runner.os == 'Linux'
name: prepare-linux
Expand Down

0 comments on commit 70ab7de

Please sign in to comment.