aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/codespell.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-01 06:55:46 +0000
committerLibravatar GitHub <noreply@github.com>2024-07-01 06:55:46 +0000
commit10d6c85ff7eb877a68ec6dec7e9a964afd0abc1b (patch)
treeaf6d62106f5f6ec4ca8a52b4b4cb7c994b6095d9 /.github/workflows/codespell.yml
parentprofiles: fractal: add ~/.local/share/fractal (#6392) (diff)
downloadfirejail-dependabot/github_actions/actions/checkout-4.1.7.tar.gz
firejail-dependabot/github_actions/actions/checkout-4.1.7.tar.zst
firejail-dependabot/github_actions/actions/checkout-4.1.7.zip
build(deps): bump actions/checkout from 4.1.6 to 4.1.7dependabot/github_actions/actions/checkout-4.1.7
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/a5ac7e51b41094c92402da3b24376905380afc29...692973e3d937129bcbf40652eb9f2f61becf3332) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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 1e8486bd7..3d8de04f7 100644
--- a/.github/workflows/codespell.yml
+++ b/.github/workflows/codespell.yml
@@ -34,7 +34,7 @@ jobs:
34 packages.microsoft.com:443 34 packages.microsoft.com:443
35 ppa.launchpadcontent.net:443 35 ppa.launchpadcontent.net:443
36 security.ubuntu.com:80 36 security.ubuntu.com:80
37 - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 37 - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
38 - name: update package information 38 - name: update package information
39 run: sudo apt-get update -qy 39 run: sudo apt-get update -qy
40 - name: install dependencies 40 - name: install dependencies