diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-08-21 15:52:28 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-21 15:52:28 +0000 |
| commit | 9e4f463ecf960f402d553aeb0909ab8351854367 (patch) | |
| tree | 234f2141a3b883a1809a01508f70015c19efca90 /.github/workflows/ci.yml | |
| parent | 287ecdaa39a80dc2fbaa37b94df0c8be43498171 (diff) | |
| download | faker-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/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a700ba90..a5c6f6f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: name: 'Build & Unit Test: node-${{ matrix.node_version }}, ${{ matrix.os }}' steps: - name: Checkout - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: # Required for docs/versions tests fetch-depth: 0 @@ -69,7 +69,7 @@ jobs: run: date - name: Checkout - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: # Required for docs/versions tests fetch-depth: 0 @@ -101,7 +101,7 @@ jobs: name: 'E2E Doc Test: node-24, ubuntu-latest' steps: - name: Checkout - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Install pnpm uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 @@ -125,7 +125,7 @@ jobs: name: 'Lint: node-24, ubuntu-latest' steps: - name: Checkout - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-depth: 0 @@ -153,7 +153,7 @@ jobs: name: 'TS-Check: node-24, ubuntu-latest' steps: - name: Checkout - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-depth: 0 @@ -181,7 +181,7 @@ jobs: name: 'Codecov: node-24, ubuntu-latest' steps: - name: Checkout - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-depth: 0 |
