Skip to content

Commit

Permalink
Merge pull request #62 from AChep/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
AChep committed Mar 2, 2022
2 parents e332b67 + 9cc17ef commit 8d56b1b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: Synchronize Crowdin Translations
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: crowdin/github-action@1.4.7
with:
upload_translations: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: generate changelog
id: changelog
uses: metcalfc/changelog-generator@v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/detect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "checkout"
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: "detekt"
uses: natiginfo/action-detekt-all@1.19.0
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@master
- uses: actions/checkout@v3
- name: "Setup JDK 11"
id: setup-java
uses: actions/setup-java@v2
Expand Down

0 comments on commit 8d56b1b

Please sign in to comment.