aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/codespell.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-11 06:38:36 +0000
committerLibravatar Topi Miettinen <topimiettinen@users.noreply.github.com>2023-09-11 17:48:10 +0000
commit8caf747ab86acad60337cec0b1390b00785e6626 (patch)
tree45f9e3132ced68710114de832b29bd910a5c182f /.github/workflows/codespell.yml
parentMerge pull request #5987 from kmk3/profiles-fix-eol-comments (diff)
downloadfirejail-8caf747ab86acad60337cec0b1390b00785e6626.tar.gz
firejail-8caf747ab86acad60337cec0b1390b00785e6626.tar.zst
firejail-8caf747ab86acad60337cec0b1390b00785e6626.zip
build(deps): bump actions/checkout from 3.6.0 to 4.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.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/f43a0e5ff2bd294095638e18286ca9a3d1956744...3df4ab11eba7bda6032a0b82a6bb43b11571feac) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... 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 b5d2b505d..b2cbed818 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@f43a0e5ff2bd294095638e18286ca9a3d1956744 35 - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
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