Skip to content

Commit

Permalink
NEVISACCESSAPP-6212: update gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-toth-leeder committed Oct 4, 2024
1 parent 91fdd0d commit 4ea0cda
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 All @@ -45,6 +45,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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 @@ -15,7 +15,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 @@ -32,6 +32,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 4ea0cda

Please sign in to comment.