Skip to content

Bump actions/setup-go from 2.1.5 to 3.5.0 #236

Bump actions/setup-go from 2.1.5 to 3.5.0

Bump actions/setup-go from 2.1.5 to 3.5.0 #236

Workflow file for this run

on:
issue_comment:
types: [created]
name: Update PR
jobs:
update-branch:
name: update-branch
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/update')
runs-on: ubuntu-latest
steps:
- name: Checkout the latest code
uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.CI_PERSONAL_ACCESS_TOKEN }}
- name: Automatic Update
uses: ankitvgupta/pr-updater@v1.4.0
env:
GITHUB_TOKEN: ${{ secrets.CI_PERSONAL_ACCESS_TOKEN }}