aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-20 06:57:40 +0000
committerLibravatar Topi Miettinen <topimiettinen@users.noreply.github.com>2023-03-20 17:12:03 +0000
commit913c139686a5ae9ca8a8c62cf364038160b3f338 (patch)
tree577c5705420297e19a7dd9e81cabfd4d17a6e125 /.github/workflows/build.yml
parentbuild(deps): bump github/codeql-action from 2.2.6 to 2.2.7 (diff)
downloadfirejail-913c139686a5ae9ca8a8c62cf364038160b3f338.tar.gz
firejail-913c139686a5ae9ca8a8c62cf364038160b3f338.tar.zst
firejail-913c139686a5ae9ca8a8c62cf364038160b3f338.zip
build(deps): bump actions/checkout from 3.3.0 to 3.4.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.4.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/ac593985615ec2ede58e132d2e21d2b1cbd6127c...24cb9080177205b6e8c946b17badbe402adc938f) --- 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 be3ee0bbe..ee370dc32 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -56,7 +56,7 @@ jobs:
56 www.debian.org:443 56 www.debian.org:443
57 www.debian.org:80 57 www.debian.org:80
58 yahoo.com:1025 58 yahoo.com:1025
59 - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c 59 - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
60 - name: update package information 60 - name: update package information
61 run: sudo apt-get update 61 run: sudo apt-get update
62 - name: install dependencies 62 - name: install dependencies