Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/google-github-acti…
Browse files Browse the repository at this point in the history
…ons/release-please-action-4
  • Loading branch information
josephpage authored Jan 16, 2024
2 parents 89d921f + 749dcbf commit 4e6fdbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
package-name: ${{ env.ACTION_NAME }}
extra-files: README.md
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v2
- uses: actions/checkout@v4
if: ${{ steps.release.outputs.release_created }}
- name: tag major and minor versions
if: ${{ steps.release.outputs.release_created }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup scalingo CLI
uses: ./
with:
Expand All @@ -44,7 +44,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup scalingo CLI
uses: ./
with:
Expand All @@ -69,7 +69,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup scalingo CLI
uses: ./
with:
Expand Down

0 comments on commit 4e6fdbe

Please sign in to comment.