diff --git a/.github/workflows/release.branch.yml b/.github/workflows/release.branch.yml index 2439529..e10404e 100644 --- a/.github/workflows/release.branch.yml +++ b/.github/workflows/release.branch.yml @@ -11,7 +11,7 @@ jobs: if: startsWith(github.ref, 'refs/heads/release-') steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/release.pr.merge.yml b/.github/workflows/release.pr.merge.yml index ebcee91..c9c6db4 100644 --- a/.github/workflows/release.pr.merge.yml +++ b/.github/workflows/release.pr.merge.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest if: github.event.pull_request.merged == true && startsWith(github.event.pull_request.head.ref, 'release-') steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 with: fetch-depth: 0 ref: release @@ -64,4 +64,4 @@ jobs: \"tag_name\": \"$PR_VERSION\", \"name\": \"Release $PR_VERSION\", \"body\": \"Release notes for version $PR_VERSION\" - }" \ No newline at end of file + }" diff --git a/.github/workflows/update-beta-packages.yml b/.github/workflows/update-beta-packages.yml index 8bdd3c8..82a6700 100644 --- a/.github/workflows/update-beta-packages.yml +++ b/.github/workflows/update-beta-packages.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v5 - uses: actions/setup-node@v3 with: diff --git a/.github/workflows/update-packages.yml b/.github/workflows/update-packages.yml index c1b0bf3..80c773e 100644 --- a/.github/workflows/update-packages.yml +++ b/.github/workflows/update-packages.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v5 - uses: actions/setup-node@v3 with: @@ -33,4 +33,4 @@ jobs: title: Update packages to version ${{ steps.version.outputs.latest__version }} branch: update-packages delete-branch: true - team-reviewers: engineering \ No newline at end of file + team-reviewers: engineering