aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci-windows.yml
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2022-04-16 14:45:26 +0000
committerGravatar Sadie Powell2022-04-16 15:51:49 +0100
commit054d1f7646fc253ac90705c46c37bd0c04f39698 (patch)
treec829cfa58a82ba196437fa3e1e7870816c255ade /.github/workflows/ci-windows.yml
parentAllow dependabot to update the GitHub Actions dependencies. (diff)
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [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/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/ci-windows.yml')
-rw-r--r--.github/workflows/ci-windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml
index c1a45c3a2..da824c612 100644
--- a/.github/workflows/ci-windows.yml
+++ b/.github/workflows/ci-windows.yml
@@ -9,7 +9,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[skip windows ci]')"
runs-on: windows-2019
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1.0.2