diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index d58819a..d4d3412 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == 'SamboyCoding/Disarm' steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.2 - uses: actions/setup-dotnet@v4.0.1 with: dotnet-version: 6.x