Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use real version tag in example usage
  • Loading branch information
James M. Greene authored and James M. Greene committed Apr 18, 2023
1 parent 0d1bd15 commit e93f066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -41,7 +41,7 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@vX.X.X # <--- The latest version of this action
uses: actions/deploy-pages@v2 # or the latest "vX.X.X" version tag for this action
```

### Inputs 📥
Expand Down

0 comments on commit e93f066

Please sign in to comment.