diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 07a0eb701..2f4563afd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Git Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Go environment uses: actions/setup-go@v4 with: