Skip to content

Commit

Permalink
quiet down some deprecation warnings from ghactions
Browse files Browse the repository at this point in the history
  • Loading branch information
dpark01 committed Mar 11, 2024
1 parent a108e82 commit 1a25392
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
echo "GITHUB_ACTIONS_BRANCH=$GITHUB_ACTIONS_BRANCH"
echo "GITHUB_ACTIONS_BRANCH=$GITHUB_ACTIONS_BRANCH" >> $GITHUB_ENV
- name: install java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '11'
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: install java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '11'
Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:
- name: install python
uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.10'
- name: install system dependencies
run: |
sudo apt-get update
Expand All @@ -284,7 +284,7 @@ jobs:
run: |
pip3 install miniwdl docker[tls] six
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3
- name: test with miniwdl
shell: bash
run: |
Expand Down Expand Up @@ -341,7 +341,7 @@ jobs:
with:
python-version: '3.8'
- name: install java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '11'
Expand Down

0 comments on commit 1a25392

Please sign in to comment.