diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 94d7274..fcec7ac 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,12 +23,12 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: submodules: true - name: Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/vcpkg