aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-profiles.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/check-profiles.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/check-profiles.yml')
-rw-r--r--.github/workflows/check-profiles.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check-profiles.yml b/.github/workflows/check-profiles.yml
index f8d24f727..f1b69ec47 100644
--- a/.github/workflows/check-profiles.yml
+++ b/.github/workflows/check-profiles.yml
@@ -38,7 +38,7 @@ jobs:
38 allowed-endpoints: > 38 allowed-endpoints: >
39 github.com:443 39 github.com:443
40 40
41 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 41 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
42 - name: print env 42 - name: print env
43 run: ./ci/printenv.sh 43 run: ./ci/printenv.sh
44 - run: python3 --version 44 - run: python3 --version