From eda0d6723978fa19711b538bf1e9641537959bb3 Mon Sep 17 00:00:00 2001 From: sudoforge Date: Fri, 19 Jul 2024 07:21:01 -0700 Subject: feat: update action library versions Change-Id: I957c6de57b3a9151e6d9ce8caba87f4e2c714846 --- .github/workflows/codespell.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/codespell.yml') diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 7b9a63ce..f59a8f90 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -18,6 +18,6 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Codespell - uses: codespell-project/actions-codespell@v1 + uses: codespell-project/actions-codespell@v2 -- cgit