diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b814875..c0090a3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d0f5335..a941bcf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: |