Skip to content

Commit

Permalink
Update to Node 20.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Jul 1, 2024
1 parent 59493d0 commit f3cb243
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:

- name: Checkout ChemClipse
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: sdkman/sdkman-action@main
name: Setup Temurin
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/license-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
name: Year
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: masesgroup/retrieve-changed-files@v2
- uses: actions/checkout@v4
- uses: masesgroup/retrieve-changed-files@v3
id: changed-files
continue-on-error: true
- name: Print changed files
Expand Down

0 comments on commit f3cb243

Please sign in to comment.