From 19746334bca7a9e17783b86bde473604ea92fb21 Mon Sep 17 00:00:00 2001 From: Yossi Gottlieb Date: Tue, 19 Jul 2022 09:34:07 +0300 Subject: [PATCH 1/3] Bump vmaction. --- .github/workflows/daily.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index f524d65238f..04c59bad61b 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -690,7 +690,7 @@ jobs: repository: ${{ env.GITHUB_REPOSITORY }} ref: ${{ env.GITHUB_HEAD_REF }} - name: test - uses: vmactions/freebsd-vm@v0.1.6 + uses: vmactions/freebsd-vm@v0.1.9 with: usesh: true sync: rsync @@ -718,7 +718,7 @@ jobs: repository: ${{ env.GITHUB_REPOSITORY }} ref: ${{ env.GITHUB_HEAD_REF }} - name: test - uses: vmactions/freebsd-vm@v0.1.6 + uses: vmactions/freebsd-vm@v0.1.9 with: usesh: true sync: rsync @@ -745,7 +745,7 @@ jobs: repository: ${{ env.GITHUB_REPOSITORY }} ref: ${{ env.GITHUB_HEAD_REF }} - name: test - uses: vmactions/freebsd-vm@v0.1.6 + uses: vmactions/freebsd-vm@v0.1.9 with: usesh: true sync: rsync From c6937a1903824adced1bfa29ac8c121aef9ce10f Mon Sep 17 00:00:00 2001 From: Yossi Gottlieb Date: Tue, 19 Jul 2022 09:55:57 +0300 Subject: [PATCH 2/3] Upgrade vmaction and macos. --- .github/workflows/daily.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 04c59bad61b..5672a941ee8 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -674,7 +674,7 @@ jobs: run: ./runtest-cluster ${{github.event.inputs.cluster_test_args}} test-freebsd: - runs-on: macos-10.15 + runs-on: macos-12 if: | (github.event_name == 'workflow_dispatch' || (github.event_name != 'workflow_dispatch' && github.repository == 'redis/redis')) && !contains(github.event.inputs.skipjobs, 'freebsd') && !(contains(github.event.inputs.skiptests, 'redis') && contains(github.event.inputs.skiptests, 'modules')) @@ -690,7 +690,7 @@ jobs: repository: ${{ env.GITHUB_REPOSITORY }} ref: ${{ env.GITHUB_HEAD_REF }} - name: test - uses: vmactions/freebsd-vm@v0.1.9 + uses: vmactions/freebsd-vm@v0.2.0 with: usesh: true sync: rsync @@ -702,7 +702,7 @@ jobs: if echo "${{github.event.inputs.skiptests}}" | grep -vq modules ; then MAKE=gmake ./runtest-moduleapi --verbose --timeout 2400 --no-latency --dump-logs ${{github.event.inputs.test_args}} || exit 1 ; fi ; test-freebsd-sentinel: - runs-on: macos-10.15 + runs-on: macos-12 if: | (github.event_name == 'workflow_dispatch' || (github.event_name != 'workflow_dispatch' && github.repository == 'redis/redis')) && !contains(github.event.inputs.skipjobs, 'freebsd') && !contains(github.event.inputs.skiptests, 'sentinel') @@ -718,7 +718,7 @@ jobs: repository: ${{ env.GITHUB_REPOSITORY }} ref: ${{ env.GITHUB_HEAD_REF }} - name: test - uses: vmactions/freebsd-vm@v0.1.9 + uses: vmactions/freebsd-vm@v0.2.0 with: usesh: true sync: rsync @@ -729,7 +729,7 @@ jobs: if echo "${{github.event.inputs.skiptests}}" | grep -vq sentinel ; then ./runtest-sentinel ${{github.event.inputs.cluster_test_args}} || exit 1 ; fi ; test-freebsd-cluster: - runs-on: macos-10.15 + runs-on: macos-12 if: | (github.event_name == 'workflow_dispatch' || (github.event_name != 'workflow_dispatch' && github.repository == 'redis/redis')) && !contains(github.event.inputs.skipjobs, 'freebsd') && !contains(github.event.inputs.skiptests, 'cluster') @@ -745,7 +745,7 @@ jobs: repository: ${{ env.GITHUB_REPOSITORY }} ref: ${{ env.GITHUB_HEAD_REF }} - name: test - uses: vmactions/freebsd-vm@v0.1.9 + uses: vmactions/freebsd-vm@v0.2.0 with: usesh: true sync: rsync From a219d991e0d783c6ba7516a18a991e65505724b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 02:59:20 +0000 Subject: [PATCH 3/3] Bump codespell from 2.1.0 to 2.2.4 in /.codespell Bumps [codespell](https://github.com/codespell-project/codespell) from 2.1.0 to 2.2.4. - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](https://github.com/codespell-project/codespell/compare/v2.1.0...v2.2.4) --- updated-dependencies: - dependency-name: codespell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .codespell/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codespell/requirements.txt b/.codespell/requirements.txt index 2e904927ece..407f17489c6 100644 --- a/.codespell/requirements.txt +++ b/.codespell/requirements.txt @@ -1 +1 @@ -codespell==2.1.0 +codespell==2.2.4