diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f8cb11f..222819a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v6 ################################ # Run Linter against code base #