aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-extra.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-extra.yml
parentprofiles: fractal: add ~/.local/share/fractal (#6392) (diff)
downloadfirejail-dependabot/github_actions/actions/checkout-4.1.7.tar.gz
firejail-dependabot/github_actions/actions/checkout-4.1.7.tar.zst
firejail-dependabot/github_actions/actions/checkout-4.1.7.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-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 72ba685b5..76e12116b 100644
--- a/.github/workflows/build-extra.yml
+++ b/.github/workflows/build-extra.yml
@@ -52,7 +52,7 @@ jobs:
52 github.com:443 52 github.com:443
53 packages.microsoft.com:443 53 packages.microsoft.com:443
54 ppa.launchpadcontent.net:443 54 ppa.launchpadcontent.net:443
55 - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 55 - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
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