We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0729de1 commit 44f2655Copy full SHA for 44f2655
.github/workflows/codeql-analysis.yml
@@ -30,7 +30,7 @@ jobs:
30
31
steps:
32
- name: Checkout repository
33
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
34
with:
35
# We must fetch at least the immediate parents so that if this is
36
# a pull request then we can checkout the head.
.github/workflows/pull_request_worklow.yml
@@ -5,10 +5,10 @@ jobs:
5
runs-on: ubuntu-latest
6
7
- name: Check out Repository
8
9
10
- name: Set up JDK 1.8
11
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
12
13
java-version: 8.0.232
14
distribution: adopt
0 commit comments