Bump actions/checkout from 3 to 4 (#180)

This commit is contained in:
dependabot[bot]
2023-11-21 16:32:13 -05:00
committed by GitHub
parent a86c40a7ef
commit 7e992845db
6 changed files with 6 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ jobs:
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
if: ${{ ! startsWith(github.ref, 'refs/heads/releases') }}