Skip to content

Commit

Permalink
Update actions/checkout action to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 12, 2022
1 parent 00caaac commit 2ac502a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
with:
token: ${{ secrets.ARCHIBOT_GITHUB_TOKEN }}

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

steps:
- name: Checkout code
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
with:
token: ${{ secrets.ARCHIBOT_GITHUB_TOKEN }}

Expand Down

0 comments on commit 2ac502a

Please sign in to comment.