diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index acd21f25..b7ba70cc 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,7 +17,7 @@ jobs: matrix: llvm: [17] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Update Homebrew if: matrix.llvm == 17 # needed as long as LLVM 17 is still fresh @@ -42,7 +42,7 @@ jobs: matrix: llvm: [17] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install LLVM ${{ matrix.llvm }} run: |