diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index edb0008..2feae58 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: os: [windows, ubuntu, macos] steps: - name: Checkout the repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: Move the test project to the working directory run: mv test/* . diff --git a/README.md b/README.md index ffde93f..e9b8dd7 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the repository - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.1.2 - name: Configure and build the project uses: threeal/cmake-action@v1.2.0