diff options
author | Brian Choromanski <[email protected]> | 2024-10-01 22:46:24 -0400 |
---|---|---|
committer | Brian Choromanski <[email protected]> | 2024-10-01 22:46:24 -0400 |
commit | 5163b3362f17cb7da9b8434f9e5fe92eab93db17 (patch) | |
tree | 1d2a88ac2b6d8be850a9f473cdd260f748344a91 /.github | |
parent | 443fb1f448184f74f08e8575f675c0bcac64d877 (diff) | |
download | SponsorBlock-5163b3362f17cb7da9b8434f9e5fe92eab93db17.tar.gz SponsorBlock-5163b3362f17cb7da9b8434f9e5fe92eab93db17.zip |
Missed one checkout
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 45611d9d..dac0211f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: steps: # Initialization - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: recursive - uses: actions/setup-node@v4 |