diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a92964b..bccfdac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: branch_tag: ${{ steps.get_tag.outputs.branch_tag }} steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Extract branch shell: bash @@ -75,7 +75,7 @@ jobs: - name: Add git config for Go private module run: git config --global url."https://${{ secrets.GH_PAT }}:x-oauth-basic@github.com/".insteadOf https://github.com/ - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install Go uses: actions/setup-go@v2 with: @@ -107,7 +107,7 @@ jobs: - prepare steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install Go uses: actions/setup-go@v2 with: @@ -124,7 +124,7 @@ jobs: BRANCH_TAG: ${{ needs.prepare.outputs.current_branch }} steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Prepare images id: images shell: bash diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e9cac58..63d2e54 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: runs-on: [ubuntu-22.04] steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Docker Buildx uses: docker/setup-buildx-action@master @@ -95,7 +95,7 @@ jobs: VERSION_TAG: ${{ needs.prepare.outputs.version_tag }} steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0