aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-07 06:15:58 +0000
committerLibravatar Topi Miettinen <topimiettinen@users.noreply.github.com>2022-03-08 20:12:45 +0000
commitbf6f98153abe0426f57b894f72161d1f171a7d0f (patch)
tree33141a0c5018e6258c41846d0276e1a22be7a857 /.github/workflows/build.yml
parentMerge branch 'master' of ssh://github.com/netblue30/firejail (diff)
downloadfirejail-bf6f98153abe0426f57b894f72161d1f171a7d0f.tar.gz
firejail-bf6f98153abe0426f57b894f72161d1f171a7d0f.tar.zst
firejail-bf6f98153abe0426f57b894f72161d1f171a7d0f.zip
Bump actions/checkout from 2.4.0 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 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/ec3a7ce113134d7a93b817d10a8272cb61118579...a12a3943b4bdde767164f792f33f40b04645d846) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... 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 f321b5f7f..6219abc2f 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@ec3a7ce113134d7a93b817d10a8272cb61118579 25 - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
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