From df664f3e25c9ab0410a089331e7bc09fa6c1ae63 Mon Sep 17 00:00:00 2001 From: schapron Date: Wed, 28 Feb 2024 17:10:53 +0100 Subject: [PATCH 1/5] chore(ci): upgrade gha --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index b2e5cf036eed..c87f2ee7ee43 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Get changes - uses: dorny/paths-filter@0bc4621a3135347011ad047f9ecf449bf72ce2bd # v3.0.0 + uses: dorny/paths-filter@ebc4d7e9ebcb0b1eb21480bb8f43113e996ac77a # v3.0.1 id: changes with: token: ${{ github.token }} From c981a640cd8f028e834e10c6c87b8c2e1ede8b50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 17:12:21 +0100 Subject: [PATCH 2/5] build(deps): bump borales/actions-yarn from 4 to 5 (#3013) Bumps [borales/actions-yarn](https://github.com/borales/actions-yarn) from 4 to 5. - [Release notes](https://github.com/borales/actions-yarn/releases) - [Changelog](https://github.com/Borales/actions-yarn/blob/master/CHANGELOG.md) - [Commits](https://github.com/borales/actions-yarn/compare/v4...v5) --- updated-dependencies: - dependency-name: borales/actions-yarn dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/archive.yml | 2 +- .github/workflows/documentation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/archive.yml b/.github/workflows/archive.yml index f63df00c8d4c..4072d127535a 100644 --- a/.github/workflows/archive.yml +++ b/.github/workflows/archive.yml @@ -23,7 +23,7 @@ jobs: node-version: 20 - name: Install dependencies - uses: borales/actions-yarn@v4 + uses: borales/actions-yarn@v5 with: cmd: install --frozen-lockfile diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index c87f2ee7ee43..a16760c2935d 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -178,7 +178,7 @@ jobs: cache: yarn - name: Install dependencies - uses: borales/actions-yarn@v4 + uses: borales/actions-yarn@v5 with: cmd: install --frozen-lockfile From 705cb56dc34fabf82d4dcf4865d44d3a96c18d37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 17:12:29 +0100 Subject: [PATCH 3/5] build(deps): bump actions/setup-node from 4.0.1 to 4.0.2 (#3033) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8...60edb5dd545a775178f52524783378180af0d1f8) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/archive.yml | 2 +- .github/workflows/documentation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/archive.yml b/.github/workflows/archive.yml index 4072d127535a..d650fdebe135 100644 --- a/.github/workflows/archive.yml +++ b/.github/workflows/archive.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Set up Node - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: 20 diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index a16760c2935d..2878a6c4de6e 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -172,7 +172,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Set up Node - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: 20 cache: yarn From 8a538db52504a15f2e575866e5258e27dcc0cdf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 17:12:36 +0100 Subject: [PATCH 4/5] build(deps): bump dorny/paths-filter from 3.0.0 to 3.0.1 (#3065) Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](https://github.com/dorny/paths-filter/compare/0bc4621a3135347011ad047f9ecf449bf72ce2bd...ebc4d7e9ebcb0b1eb21480bb8f43113e996ac77a) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> From 46dac79b657028df03a1917fe59c8a6cf10ad365 Mon Sep 17 00:00:00 2001 From: schapron Date: Wed, 28 Feb 2024 17:17:30 +0100 Subject: [PATCH 5/5] upgrade gha --- .github/workflows/archive.yml | 2 +- .github/workflows/documentation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/archive.yml b/.github/workflows/archive.yml index d650fdebe135..698f1e648fe9 100644 --- a/.github/workflows/archive.yml +++ b/.github/workflows/archive.yml @@ -23,7 +23,7 @@ jobs: node-version: 20 - name: Install dependencies - uses: borales/actions-yarn@v5 + uses: borales/actions-yarn@3766bb1335b98fb13c60eaf358fe20811b730a88 # v5.0.0 with: cmd: install --frozen-lockfile diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 2878a6c4de6e..65cee31fee1c 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -178,7 +178,7 @@ jobs: cache: yarn - name: Install dependencies - uses: borales/actions-yarn@v5 + uses: borales/actions-yarn@3766bb1335b98fb13c60eaf358fe20811b730a88 # v5.0.0 with: cmd: install --frozen-lockfile