diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-19 19:35:13 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-19 19:35:13 +0900 |
| commit | 3c3d05ba2e1e123ccac8b65bbed0fb6b429a038e (patch) | |
| tree | 19db4d42f7f6adfdeb7b64e8d3e2400b1d458590 /.github/workflows/pr-preview-deploy.yml | |
| parent | chore: STLのdb fallbackでwithRepliesがtrueのときにすべてのリプ... (diff) | |
| download | misskey-3c3d05ba2e1e123ccac8b65bbed0fb6b429a038e.tar.gz misskey-3c3d05ba2e1e123ccac8b65bbed0fb6b429a038e.tar.bz2 misskey-3c3d05ba2e1e123ccac8b65bbed0fb6b429a038e.zip | |
chore(deps): bump actions/checkout from 4.1.0 to 4.1.1 (#12062)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.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/v4.1.0...v4.1.1)
---
updated-dependencies:
- dependency-name: actions/checkout
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/pr-preview-deploy.yml')
| -rw-r--r-- | .github/workflows/pr-preview-deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-preview-deploy.yml b/.github/workflows/pr-preview-deploy.yml index 44f97645d0..0e76bdeb2f 100644 --- a/.github/workflows/pr-preview-deploy.yml +++ b/.github/workflows/pr-preview-deploy.yml @@ -53,7 +53,7 @@ jobs: # Check out merge commit - name: Fork based /deploy checkout - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 with: ref: 'refs/pull/${{ github.event.client_payload.pull_request.number }}/merge' |