Skip to content

Commit 75ff2ad

Browse files
authored
Merge pull request #77 from teverett/dependabot/github_actions/actions/setup-java-4.7.1
Bump actions/setup-java from 4.7.0 to 4.7.1
2 parents 0fd8d55 + 1c4262d commit 75ff2ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
languages: ${{ matrix.language }}
3333

3434
- name: Set up JDK
35-
uses: actions/[email protected].0
35+
uses: actions/[email protected].1
3636
with:
3737
distribution: 'temurin'
3838
java-version: 21

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818

1919
- name: Set up JDK
20-
uses: actions/[email protected].0
20+
uses: actions/[email protected].1
2121
with:
2222
distribution: 'temurin'
2323
java-version: 21

0 commit comments

Comments
 (0)