From 3fc0d1f762664ea634fede5b874b3f87c78d0718 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 09:00:10 -0500 Subject: [PATCH] chore(deps): bump the github-action-dependencies group with 2 updates (#7) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/code-signing-maintenance.yml | 6 +++--- .github/workflows/create-code-signing-files.yml | 2 +- .github/workflows/register-new-device.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/code-signing-maintenance.yml b/.github/workflows/code-signing-maintenance.yml index 4aff636..fe05576 100644 --- a/.github/workflows/code-signing-maintenance.yml +++ b/.github/workflows/code-signing-maintenance.yml @@ -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 @@ -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: | @@ -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 diff --git a/.github/workflows/create-code-signing-files.yml b/.github/workflows/create-code-signing-files.yml index df868df..380bff8 100644 --- a/.github/workflows/create-code-signing-files.yml +++ b/.github/workflows/create-code-signing-files.yml @@ -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 diff --git a/.github/workflows/register-new-device.yml b/.github/workflows/register-new-device.yml index ea68ec5..772bfcf 100644 --- a/.github/workflows/register-new-device.yml +++ b/.github/workflows/register-new-device.yml @@ -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