diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-12-07 18:39:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-07 18:39:14 +0100 |
| commit | ddec79ad4384325e08104574a9e0b81bb8a7e9d9 (patch) | |
| tree | 7deae19a9e107d4d297835967508b8f4ed4c56e6 /.github/workflows/installer.yml | |
| parent | 0ebeae78d0ebdefbd0af38bfdad10504770acb82 (diff) | |
| download | zsh-ddec79ad4384325e08104574a9e0b81bb8a7e9d9.tar.gz zsh-ddec79ad4384325e08104574a9e0b81bb8a7e9d9.tar.bz2 zsh-ddec79ad4384325e08104574a9e0b81bb8a7e9d9.zip | |
chore(deps): bump actions/checkout from 6.0.0 to 6.0.1 (#13468)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1.
- [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/1af3b93b6815bc44a9784bd300feb67ff0d1eeb3...8e8c483db84b4bee98b60c0593521ed34d9990e8)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/installer.yml')
| -rw-r--r-- | .github/workflows/installer.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/installer.yml b/.github/workflows/installer.yml index d48a9603e..dcf5b52d8 100644 --- a/.github/workflows/installer.yml +++ b/.github/workflows/installer.yml @@ -31,7 +31,7 @@ jobs: egress-policy: audit - name: Set up git repository - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Install zsh if: runner.os == 'Linux' run: sudo apt-get update; sudo apt-get install zsh @@ -52,7 +52,7 @@ jobs: egress-policy: audit - name: Checkout - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Install Vercel CLI run: npm install -g vercel - name: Setup project and deploy |
