Skip to content

Commit

Permalink
updated checkout and setup-java actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanlooy committed Sep 6, 2024
1 parent be60e5a commit 53e3ce3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'
Expand Down
1 change: 0 additions & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@
. bugfix: corsfilter version update in tomcat setenv script

5.0.2:
. added readme
.

0 comments on commit 53e3ce3

Please sign in to comment.