Skip to content

Commit

Permalink
Bump actions/checkout; increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
acorello committed Oct 24, 2023
1 parent dd0f87d commit df1e13b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/hellofaas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
steps:
- name: Git Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -36,7 +36,6 @@ jobs:
name: HelloFaaS
entry_point: HelloFaaS
ingress_settings: ALLOW_ALL
deploy_timeout: 60 # default 300
- name: Test FaaS
id: test
run: curl "${{ steps.deploy_function.outputs.url }}"

0 comments on commit df1e13b

Please sign in to comment.