Skip to content

Commit

Permalink
Merge pull request #32 from nevissecurity/feature/NEVISACCESSAPP-6212-…
Browse files Browse the repository at this point in the history
…update-gh-actions

NEVISACCESSAPP-6212: update gh actions
  • Loading branch information
daniel-toth-leeder authored Oct 11, 2024
2 parents 1a305bf + 591662e commit faf4e74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
# Checkout the repository under $GITHUB_WORKSPACE
- name: Checkout Project
uses: actions/checkout@v3
uses: actions/checkout@v4

# Ensure correct Xcode version is installed.
- name: Setup Xcode
Expand Down Expand Up @@ -55,6 +55,6 @@ jobs:
TEMP_KEYCHAIN_NAME: ${{ secrets.TEMP_KEYCHAIN_NAME }}
HOST_NAME: ${{ secrets.HOST_NAME }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
uses: maierj/fastlane-action@v3.0.0
uses: maierj/fastlane-action@v3.1.0
with:
lane: 'main'
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
# Checkout the repository under $GITHUB_WORKSPACE
- name: Checkout Project
uses: actions/checkout@v3
uses: actions/checkout@v4

# Ensure correct Xcode version is installed.
- name: Setup Xcode
Expand All @@ -33,6 +33,6 @@ jobs:

# Build & Distribute
- name: Run Fastlane
uses: maierj/fastlane-action@v3.0.0
uses: maierj/fastlane-action@v3.1.0
with:
lane: 'pr'

0 comments on commit faf4e74

Please sign in to comment.