aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-profiles.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-28 22:17:00 +0000
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-08-28 22:22:25 +0000
commitf235c8f6c77837e6e98de76259a07e7de11a5e37 (patch)
treed544aafd7cf772dc7da5989b46fd2708650764c3 /.github/workflows/check-profiles.yml
parentbuild(deps): bump github/codeql-action from 2.21.2 to 2.21.5 (diff)
downloadfirejail-f235c8f6c77837e6e98de76259a07e7de11a5e37.tar.gz
firejail-f235c8f6c77837e6e98de76259a07e7de11a5e37.tar.zst
firejail-f235c8f6c77837e6e98de76259a07e7de11a5e37.zip
build(deps): bump actions/checkout from 3.5.3 to 3.6.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.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/c85c95e3d7251135ab7dc9ce3241c5835cc595a9...f43a0e5ff2bd294095638e18286ca9a3d1956744) --- 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 193cfcb9f..9caf8e0c7 100644
--- a/.github/workflows/check-profiles.yml
+++ b/.github/workflows/check-profiles.yml
@@ -35,7 +35,7 @@ jobs:
35 allowed-endpoints: > 35 allowed-endpoints: >
36 github.com:443 36 github.com:443
37 37
38 - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 38 - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
39 - name: print env 39 - name: print env
40 run: ./ci/printenv.sh 40 run: ./ci/printenv.sh
41 - run: python3 --version 41 - run: python3 --version