Skip to content

Commit

Permalink
Bump actions/checkout to v4
Browse files Browse the repository at this point in the history
to get rid of Node16 warnings on GH Actions.
Unfortunately, there is no new version for dlang-community/setup-dlang action. So, this warning remains.
  • Loading branch information
kuniss committed Jan 25, 2024
1 parent 1e90831 commit 0283e9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ${{ matrix.runner }}
steps:
- name: Checkout source code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install D compiler
uses: dlang-community/setup-dlang@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

steps:
- name: Checkout source code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install D compiler for building gamma
uses: dlang-community/setup-dlang@v1
Expand Down

0 comments on commit 0283e9f

Please sign in to comment.