Skip to content

Commit

Permalink
Merge pull request #3 from Fgruntjes/initial-build
Browse files Browse the repository at this point in the history
deploy test
  • Loading branch information
Fgruntjes authored Sep 27, 2022
2 parents 5c8d694 + 35eeaa8 commit 32c320e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
project: [ 'App.Function.Banktransaction.Import' ]
environment: [ 'beta' ]
steps:
- uses: 'actions/checkout@v2'
- uses: 'actions/checkout@v3'
- id: 'auth'
name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/auth@v0'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
with:
persist-credentials: false
- uses: cycjimmy/semantic-release-action@v3
- uses: cycjimmy/semantic-release-action@v2
with:
semantic_version: 19
working_directory: "./.github"
Expand Down

0 comments on commit 32c320e

Please sign in to comment.