aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/draft-release.yml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-08-21 15:52:28 +0000
committerGitHub <[email protected]>2025-08-21 15:52:28 +0000
commit9e4f463ecf960f402d553aeb0909ab8351854367 (patch)
tree234f2141a3b883a1809a01508f70015c19efca90 /.github/workflows/draft-release.yml
parent287ecdaa39a80dc2fbaa37b94df0c8be43498171 (diff)
downloadfaker-9e4f463ecf960f402d553aeb0909ab8351854367.tar.xz
faker-9e4f463ecf960f402d553aeb0909ab8351854367.zip
chore(deps): update actions/checkout action to v5 (#3597)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/draft-release.yml')
-rw-r--r--.github/workflows/draft-release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml
index a68faf89..ecd678bb 100644
--- a/.github/workflows/draft-release.yml
+++ b/.github/workflows/draft-release.yml
@@ -21,7 +21,7 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: 0 # we need the tags and the commit history for the gh release create command
ref: ${{ github.event.pull_request.base.ref }}