diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index f4ff1e90d3..d64ec1b02a 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -17,7 +17,7 @@ jobs: container: image: perl:5.34 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: perl -V run: perl -V - name: Install dependencies