Skip to content

Commit

Permalink
Merge pull request #56 from rainforestapp/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
magni- authored Sep 29, 2023
2 parents 3fb1cde + 6c892d2 commit 948c27f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
Expand All @@ -24,7 +24,7 @@ jobs:
chosen_ci: ${{ steps.pick_ci.outputs.chosen_ci }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: pick_ci
name: Pick CI
run: |
Expand All @@ -39,7 +39,7 @@ jobs:
needs: pick_ci
if: needs.pick_ci.outputs.chosen_ci == 'github-actions'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: akhileshns/[email protected]
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
Expand All @@ -65,7 +65,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: git push origin $GITHUB_SHA:refs/heads/master
Expand All @@ -75,7 +75,7 @@ jobs:
runs-on: ubuntu-latest
needs: merge_to_master
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: akhileshns/[email protected]
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
Expand Down

0 comments on commit 948c27f

Please sign in to comment.