diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3c70ac5..c9307c7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,6 +12,6 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Canvas Lint uses: easolhq/canvas-linter-action@v1.1.0