Skip to content

Commit

Permalink
Update workflows versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lsuski committed Sep 25, 2023
1 parent 0f2071b commit 828194c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/setup-java@v2
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: Checkout the code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Build the app
run: ./gradlew build --stacktrace -x lint
- name: run tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/realease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
environment: Release

steps:
- uses: actions/setup-java@v2
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
Expand Down Expand Up @@ -43,6 +43,6 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: cucumber/[email protected].0
- uses: cucumber/[email protected].1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 828194c

Please sign in to comment.