Skip to content

Commit

Permalink
Update actions/checkout action to v3.5.1 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 13, 2023
1 parent 28c03bc commit 061dd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-aprove-sync-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
if: contains(github.event.pull_request.title, 'Synced file(s)') && github.actor == 'couchoud-t' && github.event.pull_request.base.ref == github.event.repository.default_branch
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.1
- name: Pull Request approval
uses: hmarr/auto-approve-action@v3.2.1
with:
Expand Down

0 comments on commit 061dd8c

Please sign in to comment.