1
0
mirror of https://github.com/shirou/gopsutil.git synced 2025-05-04 22:17:34 +08:00

Merge pull request #1348 from shirou/dependabot/github_actions/actions/checkout-3

chore(deps): bump actions/checkout from 2 to 3
This commit is contained in:
shirou 2022-09-30 17:12:09 +09:00 committed by GitHub
commit 38732e038f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,6 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Release
run: make release