summaryrefslogtreecommitdiff
path: root/.github/workflows/pr-preview-deploy.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-12 11:17:17 +0000
committerKagami Sascha Rosylight <saschanaz@outlook.com>2023-08-12 13:35:29 +0200
commitf5985d53e5467015673e86b84c07059a366a3bdb (patch)
treedd517a5dff146d56fec63740abaa240ba5a0c571 /.github/workflows/pr-preview-deploy.yml
parentchore(dependabot): add storybook group (diff)
downloadsharkey-f5985d53e5467015673e86b84c07059a366a3bdb.tar.gz
sharkey-f5985d53e5467015673e86b84c07059a366a3bdb.tar.bz2
sharkey-f5985d53e5467015673e86b84c07059a366a3bdb.zip
build(deps): bump actions/checkout from 3.2.0 to 3.5.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.5.3. - [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/v3.2.0...v3.5.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... 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 9b786d34aa..fd1417b65b 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@v3.3.0
+ uses: actions/checkout@v3.5.3
with:
ref: 'refs/pull/${{ github.event.client_payload.pull_request.number }}/merge'