aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-18 14:25:25 +0000
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-06-19 07:48:42 +0000
commitf72b78cab0e31541c58f2633e49a66fbb8ad235a (patch)
tree6c4e5ea737b282be4373a764b16a5a3cd209eb29 /.github/workflows/build.yml
parentRELNOTES: add private-lib modif (diff)
downloadfirejail-f72b78cab0e31541c58f2633e49a66fbb8ad235a.tar.gz
firejail-f72b78cab0e31541c58f2633e49a66fbb8ad235a.tar.zst
firejail-f72b78cab0e31541c58f2633e49a66fbb8ad235a.zip
build(deps): bump actions/checkout from 3.5.2 to 3.5.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3. - [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/8e5e7e5ab8b370d6c329ec480221332ada57f0ab...c85c95e3d7251135ab7dc9ce3241c5835cc595a9) --- 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 ea85e1109..afa8d1305 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -61,7 +61,7 @@ jobs:
61 www.debian.org:443 61 www.debian.org:443
62 www.debian.org:80 62 www.debian.org:80
63 yahoo.com:1025 63 yahoo.com:1025
64 - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab 64 - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
65 - name: update package information 65 - name: update package information
66 run: sudo apt-get update -qy 66 run: sudo apt-get update -qy
67 - name: install dependencies 67 - name: install dependencies