build(deps): bump actions/checkout from 3 to 4 (#2)

This commit is contained in:
Humangoku 2023-12-10 18:07:31 -06:00 committed by GitHub
commit dc4e792d0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
dry-run-test: # make sure the action works on a clean machine without building dry-run-test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- uses: ./ - uses: ./
id: stale id: stale
with: with: