File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ jobs:
1111 - run : echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
1212 - run : echo "🔎 The name of your branch is ${{ github.ref }} + ${{ github.event.base_ref }} and your repository is ${{ github.repository }}."
1313 - name : Check out repository code
14- uses : actions/checkout@v4
14+ uses : actions/checkout@e3d2460bbb42d7710191569f88069044cfb9d8cf # 4.2.2
1515 with :
1616 fetch-depth : 0
1717 - run : echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
1818 - run : echo "🖥️ The workflow is now ready to test your code on the runner."
1919 - name : Node
20- uses : actions/setup-node@v4
20+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # 4.4.0
2121 with :
2222 node-version-file : .nvmrc
2323 - name : Application Dependencies
You can’t perform that action at this time.
0 commit comments