aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-profiles.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-25 06:42:06 +0000
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-09-25 17:22:23 +0000
commitbfacd8652761b1d36832c2cd5fc2fc12d33a1f29 (patch)
treece570e2f358e0369b994da6aea3e24e18041fd9b /.github/workflows/check-profiles.yml
parentprofiles: fix path of system-log-common.profile (diff)
downloadfirejail-bfacd8652761b1d36832c2cd5fc2fc12d33a1f29.tar.gz
firejail-bfacd8652761b1d36832c2cd5fc2fc12d33a1f29.tar.zst
firejail-bfacd8652761b1d36832c2cd5fc2fc12d33a1f29.zip
build(deps): bump actions/checkout from 4.0.0 to 4.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.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/3df4ab11eba7bda6032a0b82a6bb43b11571feac...8ade135a41bc03ea155e62e844d188df1ea18608) --- 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/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 a25277b9f..e05eed664 100644
--- a/.github/workflows/check-profiles.yml
+++ b/.github/workflows/check-profiles.yml
@@ -37,7 +37,7 @@ jobs:
37 allowed-endpoints: > 37 allowed-endpoints: >
38 github.com:443 38 github.com:443
39 39
40 - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac 40 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
41 - name: print env 41 - name: print env
42 run: ./ci/printenv.sh 42 run: ./ci/printenv.sh
43 - run: python3 --version 43 - run: python3 --version