Bump actions/checkout from 3.4.0 to 3.5.2 (#5261)

This commit is contained in:
yubiuser 2023-04-23 07:31:05 +02:00 committed by GitHub
commit b8ffd2700c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.4.0
uses: actions/checkout@v3.5.2
- name: Remove 'stale' label
run: gh issue edit ${{ github.event.issue.number }} --remove-label $stale_label
env: