diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1cf0d7f..41105c5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: # uses GitHub's checkout action to checkout code form the main branch - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 # sets up .NET SDK - name: Setup .NET Core SDK