aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.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/build.yml
parentprofiles: fractal: add ~/.local/share/fractal (#6392) (diff)
downloadfirejail-10d6c85ff7eb877a68ec6dec7e9a964afd0abc1b.tar.gz
firejail-10d6c85ff7eb877a68ec6dec7e9a964afd0abc1b.tar.zst
firejail-10d6c85ff7eb877a68ec6dec7e9a964afd0abc1b.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/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 b4ae7a2e9..34545f3b2 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -68,7 +68,7 @@ jobs:
68 github.com:443 68 github.com:443
69 packages.microsoft.com:443 69 packages.microsoft.com:443
70 ppa.launchpadcontent.net:443 70 ppa.launchpadcontent.net:443
71 - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 71 - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
72 - name: update package information 72 - name: update package information
73 run: sudo apt-get update -qy 73 run: sudo apt-get update -qy
74 - name: install dependencies 74 - name: install dependencies