diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-09-04 17:35:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-04 17:35:23 +0200 |
| commit | f060a305cd60ce032e174951eec390432eddaede (patch) | |
| tree | f6c5033706ad7b62fb5cce0ed7ce48b3978baf22 /.github | |
| parent | ba7c344d10de09b71b5336e24c3cd934c5cccdb0 (diff) | |
chore(deps): update actions/checkout action to v4 (#283)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9aad4e1..a7951d2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: version: ${{ steps.version.outputs.version }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -51,7 +51,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -86,7 +86,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -114,7 +114,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download installer 📥 uses: actions/download-artifact@v3 |
