aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/codespell.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-25 06:42:06 +0000
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-09-25 17:22:23 +0000
commitbfacd8652761b1d36832c2cd5fc2fc12d33a1f29 (patch)
treece570e2f358e0369b994da6aea3e24e18041fd9b /.github/workflows/codespell.yml
parentprofiles: fix path of system-log-common.profile (diff)
downloadfirejail-bfacd8652761b1d36832c2cd5fc2fc12d33a1f29.tar.gz
firejail-bfacd8652761b1d36832c2cd5fc2fc12d33a1f29.tar.zst
firejail-bfacd8652761b1d36832c2cd5fc2fc12d33a1f29.zip
build(deps): bump actions/checkout from 4.0.0 to 4.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0. - [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/3df4ab11eba7bda6032a0b82a6bb43b11571feac...8ade135a41bc03ea155e62e844d188df1ea18608) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... 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 b2cbed818..380abe248 100644
--- a/.github/workflows/codespell.yml
+++ b/.github/workflows/codespell.yml
@@ -32,7 +32,7 @@ jobs:
32 packages.microsoft.com:443 32 packages.microsoft.com:443
33 ppa.launchpadcontent.net:443 33 ppa.launchpadcontent.net:443
34 security.ubuntu.com:80 34 security.ubuntu.com:80
35 - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac 35 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
36 - name: update package information 36 - name: update package information
37 run: sudo apt-get update -qy 37 run: sudo apt-get update -qy
38 - name: install dependencies 38 - name: install dependencies