aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-profiles.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-01 06:55:46 +0000
committerLibravatar GitHub <noreply@github.com>2024-07-01 06:55:46 +0000
commit10d6c85ff7eb877a68ec6dec7e9a964afd0abc1b (patch)
treeaf6d62106f5f6ec4ca8a52b4b4cb7c994b6095d9 /.github/workflows/check-profiles.yml
parentprofiles: fractal: add ~/.local/share/fractal (#6392) (diff)
downloadfirejail-dependabot/github_actions/actions/checkout-4.1.7.tar.gz
firejail-dependabot/github_actions/actions/checkout-4.1.7.tar.zst
firejail-dependabot/github_actions/actions/checkout-4.1.7.zip
build(deps): bump actions/checkout from 4.1.6 to 4.1.7dependabot/github_actions/actions/checkout-4.1.7
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7. - [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/a5ac7e51b41094c92402da3b24376905380afc29...692973e3d937129bcbf40652eb9f2f61becf3332) --- 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 a7974a994..c9d3b037e 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@a5ac7e51b41094c92402da3b24376905380afc29 43 - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
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