Skip to content

Commit

Permalink
Merge pull request #3750 from chiukapoor/v1.7-bump-gha
Browse files Browse the repository at this point in the history
  • Loading branch information
snasovich authored Dec 4, 2024
2 parents a1933ad + 92aa277 commit 51de3fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/git-actions-go-generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Run go-generate to fetch data.json
run: make go-generate
- name: Check for repository changes
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Create Pull Request
if: ${{ env.changes_exist == 'true' }}
id: cpr
uses: actions/github-script@v5.0.0
uses: actions/github-script@v7
env:
SOURCE_BRANCH: ${{ steps.branch.outputs.branch }}
with:
Expand Down

0 comments on commit 51de3fd

Please sign in to comment.