Skip to content

Commit

Permalink
Move actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Geod24 committed Feb 2, 2024
1 parent 0d1819b commit 2979e3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4

- name: Install D compiler
uses: ./
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- { os: windows-latest, dub: 1.19.0 }
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install D compiler
uses: ./
with:
Expand Down

0 comments on commit 2979e3e

Please sign in to comment.