Skip to content

Commit 77f62e5

Browse files
committed
Pin the repository-dispatch action
This conservative versioning approach but prevents us from automatically updating to a new version of repository-dispatch. Dependabot will help us regularly re-evaluate the pin to get security and functionality updates from peter-evans/repository-dispatch.
1 parent 359c831 commit 77f62e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
path: _build
5151

5252
- name: Dispatch Learn Astropy deployment
53-
uses: peter-evans/repository-dispatch@v1
53+
uses: peter-evans/repository-dispatch@0e8ca8c8a5ca5e28d25af2c27fc5aa40f16cffca
5454
if: ${{ (github.event_name == 'push') && (github.ref == 'refs/heads/main') }}
5555
with:
5656
token: ${{ secrets.DISPATCH_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)