diff --git a/.github/workflows/create_github_release.yml b/.github/workflows/create_github_release.yml index f7ae5fcc..e49c491a 100644 --- a/.github/workflows/create_github_release.yml +++ b/.github/workflows/create_github_release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Create release for ${{ github.event.client_payload.ReleaseBranchName }} uses: actions/create-release@v1.1.1 diff --git a/.github/workflows/create_pull_request.yml b/.github/workflows/create_pull_request.yml index f7f3e77c..2b1645b2 100644 --- a/.github/workflows/create_pull_request.yml +++ b/.github/workflows/create_pull_request.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index b2f41f94..4a82f16e 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 diff --git a/.github/workflows/merge_pull_request.yml b/.github/workflows/merge_pull_request.yml index a227aa78..201c23d7 100644 --- a/.github/workflows/merge_pull_request.yml +++ b/.github/workflows/merge_pull_request.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 diff --git a/.github/workflows/update_github_release.yml b/.github/workflows/update_github_release.yml index 0ea6d302..440b9aeb 100644 --- a/.github/workflows/update_github_release.yml +++ b/.github/workflows/update_github_release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Update release for ${{ github.event.client_payload.ReleaseBranchName }} uses: actions/github-script@v2