summaryrefslogtreecommitdiff
path: root/.github/workflows/pr-preview-deploy.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-18 12:37:13 +0000
committerGitHub <noreply@github.com>2023-10-18 12:37:13 +0000
commit9721801c9b57a8dd80e09be4fab48fc3bc8bc463 (patch)
treecf4ca9b4dae22990ec83b268198742e168c0e73b /.github/workflows/pr-preview-deploy.yml
parentfix: reports not sending email (diff)
downloadsharkey-9721801c9b57a8dd80e09be4fab48fc3bc8bc463.tar.gz
sharkey-9721801c9b57a8dd80e09be4fab48fc3bc8bc463.tar.bz2
sharkey-9721801c9b57a8dd80e09be4fab48fc3bc8bc463.zip
chore(deps): bump actions/checkout from 4.1.0 to 4.1.1
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>
Diffstat (limited to '.github/workflows/pr-preview-deploy.yml')
-rw-r--r--.github/workflows/pr-preview-deploy.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-preview-deploy.yml b/.github/workflows/pr-preview-deploy.yml
index 5b0e5e726e..f987d8fb07 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'