aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-10 06:15:20 +0000
committerLibravatar Topi Miettinen <topimiettinen@users.noreply.github.com>2022-10-10 19:40:58 +0000
commit5ae2d50b9106329cc6a1d83cfe79b679d6ac390f (patch)
tree362b5a17c830142fee0117fc65533393564d64e4 /.github/workflows/build.yml
parentbuild(deps): bump github/codeql-action from 2.1.26 to 2.1.27 (diff)
downloadfirejail-5ae2d50b9106329cc6a1d83cfe79b679d6ac390f.tar.gz
firejail-5ae2d50b9106329cc6a1d83cfe79b679d6ac390f.tar.zst
firejail-5ae2d50b9106329cc6a1d83cfe79b679d6ac390f.zip
build(deps): bump actions/checkout from 3.0.2 to 3.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.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/2541b1294d2704b0964813337f33b291d3f8596b...93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8) --- 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 3203e0677..74f4375c9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28 build_and_test: 28 build_and_test:
29 runs-on: ubuntu-22.04 29 runs-on: ubuntu-22.04
30 steps: 30 steps:
31 - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b 31 - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
32 - name: update package information 32 - name: update package information
33 run: sudo apt-get update 33 run: sudo apt-get update
34 - name: install dependencies 34 - name: install dependencies