Skip to content

Commit

Permalink
Merge pull request #27 from MartinsOnuoha/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4

fix(deps): bump actions/checkout from 2 to 4
  • Loading branch information
MartinsOnuoha authored Oct 31, 2023
2 parents 297b830 + dffd124 commit b19a7ce
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 @@ -31,7 +31,7 @@ jobs:
echo "VITE_APP_KEYWORDS: $VITE_APP_KEYWORDS"
echo "VITE_APP_LANG: $VITE_APP_LANG"
echo "VITE_APP_GRAPHQL_URL: $VITE_APP_GRAPHQL_URL"
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: npm ci && npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
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 @@ -18,7 +18,7 @@ jobs:
VITE_APP_GRAPHQL_URL: ${{ vars.VITE_APP_GRAPHQL_URL }}
VITE_APP_GRAPHQL_SECRET: ${{ secrets.VITE_APP_GRAPHQL_SECRET }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: npm ci && npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down

0 comments on commit b19a7ce

Please sign in to comment.