Skip to content

Commit dd31203

Browse files
authored
Update README.md
1 parent caeea52 commit dd31203

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}'

0 commit comments

Comments
 (0)