Skip to content

Commit

Permalink
chore(deps): bump the github-action-dependencies group with 2 updates (
Browse files Browse the repository at this point in the history
…#7)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 12, 2023
1 parent 1af3944 commit 3fc0d1f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/code-signing-maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Delete iOS code signing certificates to prepare for them expiring soon
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Fastlane (via ruby and Bundler) used for managing code signing files
uses: ruby/setup-ruby@v1
Expand All @@ -39,7 +39,7 @@ jobs:
# Creating of code signing files via CI server on SDK code bases is not yet done. Once it is, we can add that feature.

- name: Notify team about schedule maintenance
uses: slackapi/slack-github-action@v1.18.0
uses: slackapi/slack-github-action@v1.24.0
with:
# Use block kit for format of the JSON payloads: https://app.slack.com/block-kit-builder
payload: |
Expand All @@ -62,7 +62,7 @@ jobs:
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK

- name: Notify team deleting certificates failed. Fix issue so we can get certificates deleted before expiring.
uses: slackapi/slack-github-action@v1.18.0
uses: slackapi/slack-github-action@v1.24.0
if: ${{ failure() }} # only run this if any previous step failed
with:
# Use block kit for format of the JSON payloads: https://app.slack.com/block-kit-builder
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-code-signing-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
create-code-signing-files:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Fastlane (via ruby and Bundler) used for managing code signing files
uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/register-new-device.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Hide the inputs values to keep them private in the logs when running this workflow
uses: levibostian/action-hide-sensitive-inputs@v1

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Fastlane (via ruby and Bundler) used for managing code signing files
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 3fc0d1f

Please sign in to comment.