From 931ed32712b41f1fef695693546e3e3a6e46129b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 20:08:36 +0000 Subject: [PATCH] Bump actions/checkout from 3.6.0 to 4.1.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.1.1. - [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.1) --- 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..d3dfc84c61 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.1 - 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.1 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.1 - 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.1 with: fetch-depth: 0 - name: Set up Python