Skip to content

Commit

Permalink
Merge pull request #852 from psalm/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4
  • Loading branch information
dependabot[bot] authored Oct 1, 2023
2 parents 05ee740 + 1cde68d commit d75be5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-cloud-function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout built code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build bot for Google Cloud functions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit d75be5a

Please sign in to comment.