aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-25 06:14:31 +0000
committerLibravatar Topi Miettinen <topimiettinen@users.noreply.github.com>2022-04-25 18:52:09 +0000
commit9ffee8bc313419eec60c7dd9b09f32ec41815d14 (patch)
tree0049e05005c183add12532e0f9b477942d031140 /.github/workflows/build.yml
parentCI: run apt-get update before install to get updated package lists (diff)
downloadfirejail-9ffee8bc313419eec60c7dd9b09f32ec41815d14.tar.gz
firejail-9ffee8bc313419eec60c7dd9b09f32ec41815d14.tar.zst
firejail-9ffee8bc313419eec60c7dd9b09f32ec41815d14.zip
build(deps): bump actions/checkout from 3.0.1 to 3.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.1 to 3.0.2. - [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/dcd71f646680f2efd8db4afa5ad64fdcba30e748...2541b1294d2704b0964813337f33b291d3f8596b) --- 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 ccb05f55e..faea6970f 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@dcd71f646680f2efd8db4afa5ad64fdcba30e748 25 - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
26 - name: update package information 26 - name: update package information
27 run: sudo apt-get update 27 run: sudo apt-get update
28 - name: install dependencies 28 - name: install dependencies