Skip to content

Commit a580ea9

Browse files
chore(deps): update actions/checkout action to v4 (#27)
Co-authored-by: versionvanguard[bot] <149176998+versionvanguard[bot]@users.noreply.github.com>
1 parent 94bea9b commit a580ea9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/firebase-hosting-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: production
1414
url: https://bvarga.dev
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717
- name: Use Node.js ${{ env.NODE_VERSION }}
1818
uses: actions/setup-node@v2
1919
with:

.github/workflows/firebase-hosting-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-24.04
1010
environment: staging
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313
- name: Use Node.js ${{ env.NODE_VERSION }}
1414
uses: actions/setup-node@v2
1515
with:

0 commit comments

Comments
 (0)