Update to latest version of all github actions

This commit is contained in:
Daz DeBoer 2022-06-04 09:26:11 -06:00
parent f375a232f2
commit 9ab4abd18c
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
20 changed files with 63 additions and 63 deletions

View file

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout project sources
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup Gradle
uses: ./
- name: Run build with Gradle wrapper
@ -15,7 +15,7 @@ jobs:
working-directory: .github/workflow-samples/kotlin-dsl
run: ./gradlew build --scan
- name: "Add build scan URL as PR comment"
uses: actions/github-script@v5
uses: actions/github-script@v6
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |