diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-09-11 09:20:44 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-09-11 09:20:44 +0200 |
| commit | 2b2edaac5cee15ddd5425d4e39d6937058da34dd (patch) | |
| tree | 3877812e2c0a9483fd9dda00410fb32594e4a5f3 /.github/workflows/pr.yml | |
| parent | 057299528162a79cb7063bec7c676ab3c448be31 (diff) | |
| download | faker-2b2edaac5cee15ddd5425d4e39d6937058da34dd.tar.xz faker-2b2edaac5cee15ddd5425d4e39d6937058da34dd.zip | |
chore(deps): update actions/checkout action to v4 (#2388)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/pr.yml')
| -rw-r--r-- | .github/workflows/pr.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 3695c157..2653eab0 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -15,7 +15,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 with: fetch-depth: 0 |
