Skip to content

Commit

Permalink
Bump actions/github-script from 3 to 7 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 9, 2024
1 parent 5d8b2f3 commit 7db6fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
# Verify that protobuf is in sync with changes
- name: Check protobuf is sync
if: ${{ steps.check.outputs.PORCELAIN != '' }}
uses: actions/github-script@v3
uses: actions/github-script@v7
with:
script: |
core.setFailed('Please run make build-proto and commit changes to compiled protobuf')
Expand Down

0 comments on commit 7db6fe5

Please sign in to comment.