diff --git a/.github/workflows/create-pr-to-update-manifest.yml b/.github/workflows/create-pr-to-update-manifest.yml index c820ec5..2318ab3 100644 --- a/.github/workflows/create-pr-to-update-manifest.yml +++ b/.github/workflows/create-pr-to-update-manifest.yml @@ -20,7 +20,7 @@ jobs: name: Create Pull Request runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true @@ -40,4 +40,4 @@ jobs: -BranchName "update-versions-manifest-file" ` -CommitMessage "Update versions-manifest" ` -PullRequestTitle "[versions-manifest] Update for release from ${formattedDate}" ` - -PullRequestBody "Update versions-manifest.json for release from ${formattedDate}" \ No newline at end of file + -PullRequestBody "Update versions-manifest.json for release from ${formattedDate}"