aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-23 06:07:55 +0000
committerLibravatar Topi Miettinen <topimiettinen@users.noreply.github.com>2023-10-23 16:46:42 +0000
commitc4b0d88fad87dd0c816346fdd6afb15a5c166a21 (patch)
tree49b5dabdec183e469b5215a0b82b2f962755d9b2 /.github/workflows/build.yml
parentprofiles: support more msmtp configuration paths (#6060) (diff)
downloadfirejail-c4b0d88fad87dd0c816346fdd6afb15a5c166a21.tar.gz
firejail-c4b0d88fad87dd0c816346fdd6afb15a5c166a21.tar.zst
firejail-c4b0d88fad87dd0c816346fdd6afb15a5c166a21.zip
build(deps): bump actions/checkout from 4.1.0 to 4.1.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.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/8ade135a41bc03ea155e62e844d188df1ea18608...b4ffde65f46336ab88eb53be808477a3936bae11) --- 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 2fad83f82..5eb84a843 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -67,7 +67,7 @@ jobs:
67 github.com:443 67 github.com:443
68 packages.microsoft.com:443 68 packages.microsoft.com:443
69 ppa.launchpadcontent.net:443 69 ppa.launchpadcontent.net:443
70 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 70 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
71 - name: update package information 71 - name: update package information
72 run: sudo apt-get update -qy 72 run: sudo apt-get update -qy
73 - name: install dependencies 73 - name: install dependencies