Skip to content

Commit 5aec813

Browse files
renovate[bot]mhansen
authored andcommitted
Update actions/checkout action to v5
1 parent 98c75e5 commit 5aec813

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build_and_deploy:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- run: npm ci && npm run build
1515
- uses: FirebaseExtended/action-hosting-deploy@v0
1616
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66

77
steps:
8-
- uses: actions/checkout@v4
8+
- uses: actions/checkout@v5
99
- uses: actions/setup-node@v4
1010
with:
1111
node-version: '22'

0 commit comments

Comments
 (0)