Skip to content

Commit

Permalink
chore: upgrade checkout GHAs
Browse files Browse the repository at this point in the history
Signed-off-by: Bryce McMath <[email protected]>
  • Loading branch information
bryce-mcmath committed Nov 14, 2023
1 parent 3d5f6a7 commit ae55f25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions/export-ios-archive/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ inputs:
runs:
using: composite
steps:
# - uses: actions/checkout@v2
# - uses: actions/checkout@v4

- name: Build Keychain
shell: bash
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/app/Gemfile
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Pull & update submodules recursively
run: |
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Pull & update submodules recursively
run: |
Expand Down Expand Up @@ -387,7 +387,7 @@ jobs:
needs: [build-ios, build-android]
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Ship iOS Artifact to SauceLabs
uses: ./.github/workflows/actions/ship-to-saucelabs
Expand Down Expand Up @@ -426,7 +426,7 @@ jobs:
report-project: "ios-one-device-smoke"
timeout-minutes: 60
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: run-aath-agents
if: ${{ matrix.mobile-platform=='-p iOS' }}
Expand All @@ -449,7 +449,7 @@ jobs:
directDomains: aries-mediator-agent-test.apps.silver.devops.gov.bc.ca

- name: Fetch mobile test harness repo
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: hyperledger/aries-mobile-test-harness
path: aries-mobile-test-harness
Expand Down

0 comments on commit ae55f25

Please sign in to comment.