aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-22 06:39:37 +0000
committerLibravatar GitHub <noreply@github.com>2024-04-22 06:39:37 +0000
commitb0c2f35cedfaf254cc981df8f3476b9becc54b54 (patch)
tree00c14ab6f4dade163a608d4202faf71cb5d50023 /.github/workflows/build.yml
parentprofiles: allow-ssh: allow /etc/ssh/ssh_revoked_hosts (#6309) (diff)
downloadfirejail-b0c2f35cedfaf254cc981df8f3476b9becc54b54.tar.gz
firejail-b0c2f35cedfaf254cc981df8f3476b9becc54b54.tar.zst
firejail-b0c2f35cedfaf254cc981df8f3476b9becc54b54.zip
build(deps): bump actions/checkout from 4.1.2 to 4.1.3dependabot/github_actions/actions/checkout-4.1.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.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/9bb56186c3b09b4f86b1c65136769dd318469633...1d96c772d19495a3b5c517cd2bc0cb401ea0529f) --- 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 60420d441..96ae865ca 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -68,7 +68,7 @@ jobs:
68 github.com:443 68 github.com:443
69 packages.microsoft.com:443 69 packages.microsoft.com:443
70 ppa.launchpadcontent.net:443 70 ppa.launchpadcontent.net:443
71 - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 71 - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
72 - name: update package information 72 - name: update package information
73 run: sudo apt-get update -qy 73 run: sudo apt-get update -qy
74 - name: install dependencies 74 - name: install dependencies