Skip to content

Commit

Permalink
Merge pull request #62 from Ezard/master
Browse files Browse the repository at this point in the history
[pull] master from Ezard:master
  • Loading branch information
ammar-ahmed-butt authored Sep 13, 2023
2 parents 0cafb77 + 9498b7d commit 82ec87d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cache-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Cache Dependencies
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Node.js for use with actions
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
git config --global core.autocrlf false
git config --global core.eol lf
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Node.js for use with actions
uses: actions/setup-node@v3
with:
Expand Down
14 changes: 7 additions & 7 deletions functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.28.1",
"firebase-functions-test": "3.1.0",
"firebase-tools": "12.5.3",
"firebase-tools": "12.5.4",
"jest": "29.7.0",
"nock": "13.3.3",
"prettier": "3.0.3",
Expand Down

0 comments on commit 82ec87d

Please sign in to comment.