1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-09 23:34:23 +00:00

Update actions/checkout in GitHub Actions workflows to v3 (#236)

This commit is contained in:
Dirk Stolle 2023-01-31 14:36:01 +01:00 committed by GitHub
parent 533c9509ef
commit 2d9fb26c46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ jobs:
name: "${{matrix.config.os}}"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build Release
run: |

View file

@ -23,7 +23,7 @@ jobs:
name: "${{matrix.compiler.cc}}"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Configure clang
run: |

View file

@ -14,7 +14,7 @@ jobs:
name: "${{matrix.config.vs}}"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build Win32
shell: bash