mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-10 23:44:29 +00:00
Update actions/checkout in GitHub Actions workflows to v3 (#236)
This commit is contained in:
parent
533c9509ef
commit
2d9fb26c46
3 changed files with 3 additions and 3 deletions
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
|
||||
name: "${{matrix.compiler.cc}}"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Configure clang
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue