Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
steps:

- name: Checkout Arquillian
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: 'arquillian/arquillian-container-jetty'
ref: 'master'
Expand All @@ -60,7 +60,7 @@ jobs:
run: ./mvnw install -B -U

# - name: Checkout Servlet TCK
# uses: actions/checkout@v4
# uses: actions/checkout@v5
# with:
# repository: 'jakartaee/servlet'
# ref: '6.1.x'
Expand All @@ -80,7 +80,7 @@ jobs:
# run: ./mvnw -V -B -U clean install -DskipTests -e -B -U

- name: Checkout TCK Run
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Set up Maven
run:
Expand Down