Skip to content

Using a specific version of the deploy action #469

Answered by JamesIves
JamesIves asked this question in Q&A
Discussion options

You must be logged in to vote

It's possible to lock the action to a specific version, in general this way of configuring a workflow is preferred as it prevents new releases from creating bugs in your workflow.

You can lock the action to any tagged version like so:

- name: Deploy to GitHub Pages
  uses: JamesIves/github-pages-deploy-action@3.5.6

Replies: 1 comment

Comment options

JamesIves
Oct 14, 2020
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by JamesIves
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant