Skip to content

Commit

Permalink
Never use master in action
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideViolante committed Feb 3, 2022
1 parent ce78388 commit 191eec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- name: serverless deploy
uses: serverless/github-action@master
uses: serverless/github-action@v3
with:
args: deploy
env:
Expand Down

0 comments on commit 191eec0

Please sign in to comment.