diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 1ddafae..e4554d7 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Check libs @@ -28,7 +28,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install dependencies run: sudo apt install tox @@ -42,7 +42,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install dependencies run: sudo apt install tox @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup operator environment # TODO: Unpin this when https://github.com/charmed-kubernetes/actions-operator/pull/46 is merged uses: claudiubelu/actions-operator@18ebf92ae3043bd3dd15238e5d9b662d7ba08daf diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 7702b86..b9aa1d8 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -32,7 +32,7 @@ jobs: outputs: charm_paths_list: ${{ steps.get-charm-paths.outputs.CHARM_PATHS_LIST }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 ref: ${{ inputs.source_branch }} @@ -52,7 +52,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 ref: ${{ inputs.source_branch }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9ba6105..ba968a2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,7 +16,7 @@ jobs: name: Promote charm runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Release charm to channel uses: canonical/charming-actions/release-charm@2.1.1 with: