aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.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/build.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/build.yml')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a081241dc..0577cb962 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -66,7 +66,7 @@ jobs:
66 github.com:443 66 github.com:443
67 packages.microsoft.com:443 67 packages.microsoft.com:443
68 ppa.launchpadcontent.net:443 68 ppa.launchpadcontent.net:443
69 - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac 69 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
70 - name: update package information 70 - name: update package information
71 run: sudo apt-get update -qy 71 run: sudo apt-get update -qy
72 - name: install dependencies 72 - name: install dependencies