diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 64f7ea18..cc353193 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -129,7 +129,7 @@ jobs: # We need to checkout the repository in order for the "Create Sentry release" to work - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0