From 776f681c8d49580bf98c0b9c2d210276377221b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 09:02:53 +0000 Subject: [PATCH] Update actions/checkout action from vv2 to v4 --- .github/workflows/firebase-hosting-merge.yml | 6 +++--- .github/workflows/firebase-hosting-pull-request.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index e1ebc83..1e17b23 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -20,7 +20,7 @@ jobs: REACT_APP_UTTU_API_URL: https://api.dev.entur.io/timetable-admin/v1/flexible-lines/exportedLineStatistics/graphql REACT_APP_EVENT_BASE_URL: https://api.dev.entur.io/timetable-admin/v1/events steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - run: npm ci && npm run build - uses: FirebaseExtended/action-hosting-deploy@v0 with: @@ -44,7 +44,7 @@ jobs: REACT_APP_UTTU_API_URL: https://api.staging.entur.io/timetable-admin/v1/flexible-lines/exportedLineStatistics/graphql REACT_APP_EVENT_BASE_URL: https://api.staging.entur.io/timetable-admin/v1/events steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - run: npm ci && npm run build - uses: FirebaseExtended/action-hosting-deploy@v0 with: @@ -68,7 +68,7 @@ jobs: REACT_APP_UTTU_API_URL: https://api.entur.io/timetable-admin/v1/flexible-lines/exportedLineStatistics/graphql REACT_APP_EVENT_BASE_URL: https://api.entur.io/timetable-admin/v1/events steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - run: npm ci && npm run build - uses: FirebaseExtended/action-hosting-deploy@v0 with: diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index de3a563..3a8d374 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -15,7 +15,7 @@ jobs: REACT_APP_PROVIDERS_BASE_URL: https://api.dev.entur.io/timetable-admin/v1/providers REACT_APP_UTTU_API_URL: https://api.dev.entur.io/timetable-admin/v1/flexible-lines/exportedLineStatistics/graphql steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - run: npm ci && npm run build - uses: FirebaseExtended/action-hosting-deploy@v0 with: