diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5736c3c..5ffbdc9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: dotnet-version: ${{ env.DOTNET_VERSION }} - name: get the code - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.2 - name: clean run: dotnet clean diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ab55da8..36fcdee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: dotnet-version: ${{ env.DOTNET_VERSION }} - name: get the code - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.2 - name: clean run: dotnet clean