diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 87c195f..3036b97 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,6 +14,6 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Release Please - uses: googleapis/release-please-action@v4.1.1 + uses: googleapis/release-please-action@v4.1.3 with: token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/.github/workflows/surf.yml b/.github/workflows/surf.yml index 454e840..f6daf7f 100644 --- a/.github/workflows/surf.yml +++ b/.github/workflows/surf.yml @@ -20,7 +20,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: submodules: true fetch-depth: 0