Skip to content

Commit

Permalink
fix - try change version
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosstenzel committed Aug 30, 2024
1 parent c5fae64 commit b3878e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/status-translation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
Expand All @@ -39,7 +39,7 @@ jobs:
npm install
npm run verify-translation
git config --global user.name 'Carlos Stenzel'
git config --global user.name 'GitHub Actions Bot'
git config --global user.email "[email protected]"
git add .
git status
Expand Down

0 comments on commit b3878e4

Please sign in to comment.