We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4895a05 commit 391c8d1Copy full SHA for 391c8d1
1 file changed
.github/workflows/ci.yml
@@ -39,11 +39,11 @@ jobs:
39
- name: Test with pytest
40
run: pytest
41
- name: Set up Node.js 20
42
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # 4.4.0
+ uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # 6.4.0
43
with:
44
node-version: 20
45
- name: Set up Java 21
46
- uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # 5.1.0
+ uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # 5.5.0
47
48
distribution: 'temurin'
49
java-version: '21'
0 commit comments