Skip to content

Commit

Permalink
Bump the github-actions group with 2 updates (#437)
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 2 updates: [gradle/actions](https://github.com/gradle/actions) and [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action).


Updates `gradle/actions` from 3 to 4
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@v3...v4)

Updates `slackapi/slack-github-action` from 1.26.0 to 1.27.0
- [Release notes](https://github.com/slackapi/slack-github-action/releases)
- [Commits](slackapi/slack-github-action@v1.26.0...v1.27.0)

---
updated-dependencies:
- dependency-name: gradle/actions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: slackapi/slack-github-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 78cba4e commit f45a69a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo "version=$VERSION-SNAPSHOT" >> $GITHUB_OUTPUT
fi
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4
- name: Build, Test, Lint, Assemble, Publish Snapshot
# NB! The "lint" gradle action here is different than ktLint
run: ./gradlew lint build assembleDebug publish
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
fileDir: './sample'
encodedString: ${{ secrets.UPLOAD_KEYSTORE }}
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4
- name: Bundle
run: ./gradlew bundleRelease
env:
Expand All @@ -62,7 +62,7 @@ jobs:
releaseFiles: sample/build/outputs/bundle/release/sample-release.aab
releaseName: Smile ID (Partner ${{ steps.write_smile_config.outputs.partner_id }})
- name: Send Slack
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
with:
payload: |
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_play_store_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
echo "Version Code for this build is $VERSION_CODE"
echo "version_code=$VERSION_CODE" >> $GITHUB_OUTPUT
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4
- name: Bundle
run: ./gradlew bundleRelease
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
tag: v${{ steps.read_version.outputs.version }}
message: Release v${{ steps.read_version.outputs.version }}
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4
- name: Build, Test, Lint, and Publish
run: ./gradlew lint build assembleRelease publish
env:
Expand Down

0 comments on commit f45a69a

Please sign in to comment.