Skip to content

Commit

Permalink
Merge pull request #131 from ACC-Hymns/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4
  • Loading branch information
Nomalah authored Sep 17, 2023
2 parents a029079 + 9a0642a commit 782ca34
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout source
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup java
uses: actions/setup-java@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout source
uses: actions/checkout@v3
uses: actions/checkout@v4

# Setup Apple certs for building
# https://docs.github.com/en/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development#add-a-step-to-your-workflow
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'build'

Expand All @@ -34,7 +34,7 @@ jobs:
cd ..
- name: Checkout Dev Target
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ACC-Hymns/acchymns-dev
path: 'deploy'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
git config --global user.email github-actions@github.com
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'build'

Expand All @@ -65,7 +65,7 @@ jobs:
- name: Checkout Dev Target
if: ${{ github.actor != 'dependabot[bot]' }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ACC-Hymns/${{ env.PR_REPO_NAME }}
path: 'deploy'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build
run: |
Expand Down

0 comments on commit 782ca34

Please sign in to comment.