diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 67357423..ffa29ba0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Configure AWS creds uses: aws-actions/configure-aws-credentials@v1 diff --git a/.github/workflows/release-please-branches.yml b/.github/workflows/release-please-branches.yml index 7691720a..10de1ca8 100644 --- a/.github/workflows/release-please-branches.yml +++ b/.github/workflows/release-please-branches.yml @@ -21,7 +21,7 @@ jobs: default-branch: ${{ steps.extract_branch.outputs.branch }} token: "${{ secrets.ACTIONS_TOKEN }}" - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: '0' diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 96c7536a..81c03573 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -14,7 +14,7 @@ jobs: token: "${{ secrets.ACTIONS_TOKEN }}" release-type: simple - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Create major branch and tag also patch tag versions if: ${{ steps.release.outputs.release_created }}