From 79dab2b26df3a6841062b676f11d3e7bb1f8995e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 04:54:30 +0200 Subject: [PATCH] build(deps): bump actions/checkout from 4.1.4 to 4.1.6 (#285) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.6. - [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/0ad4b8fadaa221de15dcec353f45205ec38ea70b...a5ac7e51b41094c92402da3b24376905380afc29) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f2006443..270f3f4e 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -18,7 +18,7 @@ jobs: id: generate-token with: creds: ${{ secrets.GH_APP_CREDS }} - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # tag: v4.1.4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # tag: v4.1.6 with: token: ${{ steps.generate-token.outputs.token }} - name: Fetch all git branches