Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4 (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: versionvanguard[bot] <149176998+versionvanguard[bot]@users.noreply.github.com>
  • Loading branch information
versionvanguard[bot] authored Nov 26, 2024
1 parent 94bea9b commit a580ea9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: production
url: https://bvarga.dev
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-24.04
environment: staging
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit a580ea9

Please sign in to comment.