diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b501a31..a538681 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }} steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: 'build-dzil-dist' uses: PDLPorters/devops/github-actions/build-dzil-dist@master ci: