File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,20 +27,20 @@ jobs:
2727 runs-on : ubuntu-latest
2828
2929 steps :
30- - uses : actions/checkout@v2
30+ - uses : actions/checkout@main
3131
3232 # Translate and combine ResX files
3333 - name : Translation and Combination
3434 id : translator
35- uses : Yeah69/MrMeeseeks.ResXTranslationCombinator@v69.0.1
35+ uses : Yeah69/MrMeeseeks.ResXTranslationCombinator@main
3636 with :
3737 # Take root directory of the repository as directory to search for the ResX files
3838 dir : ${{ './' }}
3939 # The authentication key of the DeepL API access
4040 auth : ${{ secrets.DEEPL_API_AUTH_KEY }}
4141
4242 - name : create-pull-request
43- uses : peter-evans/create-pull-request@v3.9.2
43+ uses : peter-evans/create-pull-request@main
4444 with :
4545 title : ' ${{ steps.translator.outputs.summary-title }}'
4646 commit-message : ' ${{ steps.translator.outputs.summary-details }}'
You can’t perform that action at this time.
0 commit comments