diff options
author | sudoforge <no-reply@sudoforge.com> | 2024-07-19 07:21:01 -0700 |
---|---|---|
committer | sudoforge <9c001b67637a@sudoforge.com> | 2024-07-20 07:44:23 -0700 |
commit | eda0d6723978fa19711b538bf1e9641537959bb3 (patch) | |
tree | a55972531e7cc90d2134ebf86c06c09a7404b15a /.github/workflows/codespell.yml | |
parent | a4b8858668d44203f31e1d9cd675b02600d0ea3f (diff) | |
download | git-bug-eda0d6723978fa19711b538bf1e9641537959bb3.tar.gz |
feat: update action library versions
Change-Id: I957c6de57b3a9151e6d9ce8caba87f4e2c714846
Diffstat (limited to '.github/workflows/codespell.yml')
-rw-r--r-- | .github/workflows/codespell.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |