diff --git a/README.md b/README.md index c582ce6..ae398a1 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ By default, github-script will use the token provided to your workflow. ```yaml - name: View context attributes - uses: actions/github-script@0.9.0 + uses: actions/github-script@v3 with: script: console.log(context) ```