diff options
| author | Ryo Nakamura <upa@haeena.net> | 2024-04-11 17:25:39 +0900 |
|---|---|---|
| committer | Ryo Nakamura <upa@haeena.net> | 2024-04-11 17:26:38 +0900 |
| commit | 00fa2c727718e07ecb574830bbf0bd7d734cb964 (patch) | |
| tree | 6e5e902b1e9a187d906e1adf08a967ed4a66c2e6 /.github/workflows/test.yml | |
| parent | d44a670b49e5e41cace9c2f78321a35e9cb3a7dc (diff) | |
update checkout v3 to v4
Diffstat (limited to '.github/workflows/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bb6a0b3..32f9273 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true |
