diff --git a/.github/workflows/deploy-origins.yml b/.github/workflows/deploy-origins.yml index fccdf4b..56597e5 100644 --- a/.github/workflows/deploy-origins.yml +++ b/.github/workflows/deploy-origins.yml @@ -63,7 +63,7 @@ jobs: site: ${{ steps.filter.outputs.site }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -121,7 +121,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Verify required secrets are present env: @@ -179,7 +179,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # sentry_dart_plugin reads git refs when stamping the release. # Shallow clones drop those refs and break the upload. @@ -266,7 +266,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Verify required secrets are present env: diff --git a/.github/workflows/deploy-proxy.yml b/.github/workflows/deploy-proxy.yml index 2003646..8b49de4 100644 --- a/.github/workflows/deploy-proxy.yml +++ b/.github/workflows/deploy-proxy.yml @@ -38,7 +38,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Verify required secrets are present env: