Skip to content

Commit

Permalink
Bump the version of the checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernard Horan committed Feb 8, 2024
1 parent 21ed071 commit 2a610e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/graalpy-embedding-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '21.0.1'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
native-image-job-reports: 'true'
- name: Run 'jgraalpy-embedding-demo'
- name: Run 'graalpy-embedding-demo'
run: |
cd graalpy-embedding-demo
mvn --no-transfer-progress clean package
Expand Down

0 comments on commit 2a610e0

Please sign in to comment.