diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 5436e3b..2dfb503 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -19,7 +19,7 @@ jobs: ghc-version: [ghc_8_10_7, ghc_9_0_2, ghc_9_2_7, ghc_9_4_5] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Mount Bazel cache uses: actions/cache@v2 with: