diff options
author | aeiouaeiouaeiouaeiouaeiouaeiou <[email protected]> | 2023-10-29 10:51:57 +0300 |
---|---|---|
committer | Matthew Gregan <[email protected]> | 2023-11-10 23:12:31 +1300 |
commit | a0e8b8e49aac3dc84000c250508300333c86e869 (patch) | |
tree | 366d37ce21fd8a3bf2034886c8da95cc55be179d /.github/workflows | |
parent | d07ea5aa6641afc916784e9cc7d69d763b621f32 (diff) | |
download | cubeb-a0e8b8e49aac3dc84000c250508300333c86e869.tar.gz cubeb-a0e8b8e49aac3dc84000c250508300333c86e869.zip |
CI: update actions/checkout to v4
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f4cb552..2e29a5b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: type: [Release, Debug] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true @@ -61,7 +61,7 @@ jobs: matrix: type: [Release, Debug] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true @@ -76,7 +76,7 @@ jobs: check_format: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true |