Skip to content

Commit

Permalink
Update actions/checkout action to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2024
1 parent ec7c9cc commit 9f5672d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
show-progress: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crowdin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
show-progress: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
show-progress: false
token: ${{ secrets.ARCHIBOT_ASF_UI_GITHUB_TOKEN }}
Expand Down

0 comments on commit 9f5672d

Please sign in to comment.