diff --git a/.github/workflows/linting_testing.yml b/.github/workflows/linting_testing.yml index 6705de03f..0b1591cad 100644 --- a/.github/workflows/linting_testing.yml +++ b/.github/workflows/linting_testing.yml @@ -43,7 +43,7 @@ jobs: # check-out repo and set-up python #---------------------------------------------- - name: Check out repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up python uses: actions/setup-python@v4 with: diff --git a/.github/workflows/review-app-creation.yml b/.github/workflows/review-app-creation.yml index 9e83c5a6f..a0f3be5df 100644 --- a/.github/workflows/review-app-creation.yml +++ b/.github/workflows/review-app-creation.yml @@ -29,7 +29,7 @@ jobs: steps: - name: 📥 Checkout to the PR branch - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} @@ -100,7 +100,7 @@ jobs: steps: - name: 📥 Checkout to the PR branch - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} diff --git a/.github/workflows/review-app-removal.yml b/.github/workflows/review-app-removal.yml index 85006a255..46b2f16c4 100644 --- a/.github/workflows/review-app-removal.yml +++ b/.github/workflows/review-app-removal.yml @@ -22,7 +22,7 @@ jobs: steps: - name: 📥 Checkout to the PR branch - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: 🏷 Set review app name run: