From bc0538ee212a9381da879b081a8716438c1b82bf Mon Sep 17 00:00:00 2001 From: Richard Iannone Date: Sat, 15 Jun 2024 14:28:14 -0400 Subject: [PATCH] Update lint.yaml --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index fc751766b..31691e238 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -10,7 +10,7 @@ jobs: GITHUB_PAT: ${{ secrets.GHA_PAT }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: r-lib/actions/setup-r@v2 with: