Skip to content

Commit

Permalink
CI: Upgrade actions to their latest releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Geod24 committed Jun 5, 2024
1 parent 081c6aa commit 70a8c47
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 @@ -8,12 +8,12 @@ jobs:
matrix:
dc: [dmd-latest, ldc-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install D Compiler
uses: dlang-community/setup-dlang@v1
with:
compiler: ${{ matrix.dc }}
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: ~/.dub
key: ${{ matrix.dc }}-dub-${{ hashFiles('**/dub.selections.json') }}
Expand Down

0 comments on commit 70a8c47

Please sign in to comment.