aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-18 06:13:03 +0000
committerLibravatar Topi Miettinen <topimiettinen@users.noreply.github.com>2022-04-18 17:58:50 +0000
commit16bc93ca271ce789a711d7f484952ddd92bc6a3e (patch)
tree26b10b50af295f6d1db1a2143e56c83bb17437bf /.github/workflows/build.yml
parentMerge branch 'master' of ssh://github.com/netblue30/firejail (diff)
downloadfirejail-16bc93ca271ce789a711d7f484952ddd92bc6a3e.tar.gz
firejail-16bc93ca271ce789a711d7f484952ddd92bc6a3e.tar.zst
firejail-16bc93ca271ce789a711d7f484952ddd92bc6a3e.zip
build(deps): bump actions/checkout from 3.0.0 to 3.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 3.0.1. - [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/a12a3943b4bdde767164f792f33f40b04645d846...dcd71f646680f2efd8db4afa5ad64fdcba30e748) --- 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 6219abc2f..4d54b5178 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22 build_and_test: 22 build_and_test:
23 runs-on: ubuntu-20.04 23 runs-on: ubuntu-20.04
24 steps: 24 steps:
25 - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 25 - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
26 - name: install dependencies 26 - name: install dependencies
27 run: sudo apt-get install gcc-11 libapparmor-dev libselinux1-dev expect xzdec 27 run: sudo apt-get install gcc-11 libapparmor-dev libselinux1-dev expect xzdec
28 - name: configure 28 - name: configure