diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1963b6f5..47aeae71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: - run: echo "The job was automatically triggered by a ${{ github.event_name }} event." - run: sudo apt-get install libkrb5-dev - name: Check out repository code - uses: actions/checkout@v2 + uses: actions/checkout@v6 - run: git config --global user.name "A U Thor" - run: git config --global user.email author@example.com - run: yarn install