diff --git a/.github/workflows/combine-prs.yml b/.github/workflows/combine-prs.yml index 0362195..ff07fbf 100644 --- a/.github/workflows/combine-prs.yml +++ b/.github/workflows/combine-prs.yml @@ -48,7 +48,7 @@ jobs: steps: - name: Create Combined PR id: create-combined-pr - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{ secrets.githubToken }} script: | diff --git a/.github/workflows/comment-deploy-link.yaml b/.github/workflows/comment-deploy-link.yaml index 17788ea..424ea19 100644 --- a/.github/workflows/comment-deploy-link.yaml +++ b/.github/workflows/comment-deploy-link.yaml @@ -28,7 +28,7 @@ jobs: steps: - name: Get deploy link(s) - uses: actions/github-script@v6 + uses: actions/github-script@v7 id: set-result env: PR_TITLE: ${{ github.event.pull_request.title }} diff --git a/.github/workflows/go-lint-workflow.yaml b/.github/workflows/go-lint-workflow.yaml index ed5a3d7..1cd9398 100644 --- a/.github/workflows/go-lint-workflow.yaml +++ b/.github/workflows/go-lint-workflow.yaml @@ -68,7 +68,7 @@ jobs: cache: false - name: golangci-lint - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@v5 id: golangci-lint with: version: ${{ inputs.golangci-lint-version }} @@ -88,7 +88,7 @@ jobs: - name: Find previous lint comment if: ${{ !contains(github.ref, 'refs/heads/master') && !contains(github.ref, 'refs/heads/main') && (success() || failure()) }} - uses: peter-evans/find-comment@v2 + uses: peter-evans/find-comment@v3 id: previous-lint-comment with: issue-number: ${{ github.event.number }} @@ -96,7 +96,7 @@ jobs: - name: Publish lint comment if: ${{ !contains(github.ref, 'refs/heads/master') && !contains(github.ref, 'refs/heads/main') && (success() || failure()) }} - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v4 env: ECR_REGISTRY: ${{ secrets.ECR_REGISTRY }} with: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index aa71b06..a2e42d1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Update major version tag run: | git config --global user.email "security@typeform.com"