aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/codespell.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/codespell.yml')
-rw-r--r--.github/workflows/codespell.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml
index 8e41f5207..3da4411cc 100644
--- a/.github/workflows/codespell.yml
+++ b/.github/workflows/codespell.yml
@@ -33,7 +33,7 @@ jobs:
33 packages.microsoft.com:443 33 packages.microsoft.com:443
34 ppa.launchpadcontent.net:443 34 ppa.launchpadcontent.net:443
35 security.ubuntu.com:80 35 security.ubuntu.com:80
36 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 36 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
37 - name: update package information 37 - name: update package information
38 run: sudo apt-get update -qy 38 run: sudo apt-get update -qy
39 - name: install dependencies 39 - name: install dependencies