aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-extra.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-extra.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-extra.yml')
-rw-r--r--.github/workflows/build-extra.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml
index 50357ee73..29817211d 100644
--- a/.github/workflows/build-extra.yml
+++ b/.github/workflows/build-extra.yml
@@ -52,7 +52,7 @@ jobs:
52 packages.microsoft.com:443 52 packages.microsoft.com:443
53 ppa.launchpadcontent.net:443 53 ppa.launchpadcontent.net:443
54 security.ubuntu.com:80 54 security.ubuntu.com:80
55 - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac 55 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
56 - name: update package information 56 - name: update package information
57 run: sudo apt-get update -qy 57 run: sudo apt-get update -qy
58 - name: install dependencies 58 - name: install dependencies