diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index a5f1a1f..22ed7d1 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -23,7 +23,7 @@ jobs: git config --global core.eol lf - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.1 with: fetch-depth: 1 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c094a12..1460209 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.1 with: fetch-depth: 1