Update GitHub actions (#340)
This commit is contained in:
10
.github/workflows/generate-screenshots.yml
vendored
10
.github/workflows/generate-screenshots.yml
vendored
@@ -12,15 +12,15 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout current repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: ./orx
|
||||
|
||||
- name: Validate Gradle wrapper
|
||||
uses: gradle/wrapper-validation-action@v1.0.5
|
||||
uses: gradle/actions/wrapper-validation@v3
|
||||
|
||||
- name: Checkout OPENRNDR repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
repository: openrndr/openrndr
|
||||
@@ -33,7 +33,7 @@ jobs:
|
||||
sudo apt-get install -y mesa-utils xvfb
|
||||
xvfb-run glxinfo
|
||||
|
||||
- uses: actions/setup-java@v3
|
||||
- uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: 21
|
||||
@@ -67,4 +67,4 @@ jobs:
|
||||
git add [a-z-]*/images/*.png
|
||||
cd ..
|
||||
git commit -m "add auto-generated media"
|
||||
git push -f origin media
|
||||
git push -f origin media
|
||||
|
||||
Reference in New Issue
Block a user