aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-profiles.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-18 06:02:20 +0000
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-03-18 09:45:45 +0000
commitf3d4e0b82843f5d9aed7c072c53c5a9144a2790c (patch)
treea4f522c421565aca6cfe29fe8b34f3524519686d /.github/workflows/check-profiles.yml
parentNew profile: koreader.profile (#6243) (diff)
downloadfirejail-f3d4e0b82843f5d9aed7c072c53c5a9144a2790c.tar.gz
firejail-f3d4e0b82843f5d9aed7c072c53c5a9144a2790c.tar.zst
firejail-f3d4e0b82843f5d9aed7c072c53c5a9144a2790c.zip
build(deps): bump actions/checkout from 4.1.1 to 4.1.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. - [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/b4ffde65f46336ab88eb53be808477a3936bae11...9bb56186c3b09b4f86b1c65136769dd318469633) --- 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 b116c9773..280dd4c71 100644
--- a/.github/workflows/check-profiles.yml
+++ b/.github/workflows/check-profiles.yml
@@ -40,7 +40,7 @@ jobs:
40 allowed-endpoints: > 40 allowed-endpoints: >
41 github.com:443 41 github.com:443
42 42
43 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 43 - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
44 - name: print env 44 - name: print env
45 run: ./ci/printenv.sh 45 run: ./ci/printenv.sh
46 - run: python3 --version 46 - run: python3 --version