Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Commit

Permalink
Update versions of actions (#17)
Browse files Browse the repository at this point in the history
Update versions of actions
  • Loading branch information
berk76 authored Feb 4, 2023
1 parent e859862 commit aa8901a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/selenium-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,14 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v3

- name: Set up JDK 11
uses: actions/setup-java@v3
with:
# https://github.com/actions/setup-java#supported-distributions
distribution: 'microsoft'
java-version: 11

- name: Start containers
run: |
Expand Down

0 comments on commit aa8901a

Please sign in to comment.