From 2a6a0fdb166483f57275ae5848ba45fc3c6c39fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Sep 2023 20:51:48 +0000 Subject: [PATCH] Bump actions/checkout from 3.6.0 to 4.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.6.0...v4.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eefedb88d0..7fbd389efc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: - python-version: "3.12-dev" experimental: true steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.0 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4.7.0 with: @@ -106,7 +106,7 @@ jobs: runs-on: ubuntu-latest needs: core steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.0 with: fetch-depth: 0 - uses: actions/setup-python@v4.7.0 @@ -164,7 +164,7 @@ jobs: # a wheel of pythonnet isn't available on PyPI. python-version: "3.9" steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.0 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4.7.0 with: @@ -237,7 +237,7 @@ jobs: runs-on: macos-12 briefcase-run-args: " -d '{\"avd\":\"beePhone\"}' --Xemulator=-no-window --Xemulator=-no-snapshot --Xemulator=-no-audio --Xemulator=-no-boot-anim --shutdown-on-exit" steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.1.0 with: fetch-depth: 0 - name: Set up Python