diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 038430b..f9e57a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive diff --git a/.github/workflows/update-proto.yml b/.github/workflows/update-proto.yml index 344858e..2de696b 100644 --- a/.github/workflows/update-proto.yml +++ b/.github/workflows/update-proto.yml @@ -33,7 +33,7 @@ jobs: private-key: ${{ secrets.RR_CICD_PRIVATE_KEY }} - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ steps.generate_token.outputs.token }} persist-credentials: true