Bump actions/checkout to v4

This commit is contained in:
Dave Rolsky 2024-02-25 18:05:42 +08:00
parent 1bbdab0f68
commit 778bb6075f
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ jobs:
name: Check that code is lint clean using precious
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Configure Git
run: |
git config --global user.email "jdoe@example.com"

View File

@ -159,7 +159,7 @@ jobs:
runs-on: ${{ matrix.platform.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Copy test project to root
shell: bash
run: |