Skip to content

Commit

Permalink
CI: Bump dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Dec 3, 2023
1 parent f20d559 commit 5683ee9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/openjdk8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
. .ci/common.sh

TEMURIN8_URL=https://github.com/adoptium/temurin8-binaries/releases/download
TEMURIN8_REL=8u352-b08
TEMURIN8_REL=8u382-b05

curl -L \
${TEMURIN8_URL}/jdk${TEMURIN8_REL}/OpenJDK8U-jre_${ARCH}_linux_hotspot_${TEMURIN8_REL/-/}.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
jamvm:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v4
- name: install-dependencies
run: |
sudo apt-get update
Expand Down

0 comments on commit 5683ee9

Please sign in to comment.