diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d257dfc..e483628 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: name: Test on ${{ matrix.os }} steps: - name: Check out code - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 @@ -67,7 +67,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0