Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#1406)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 5, 2024
1 parent f0ce6c6 commit dfad7ed
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
config: Release
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- id: setup-llvm
name: Set up LLVM (MSVC)
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
config: Release
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- id: setup-llvm
name: Set up LLVM (MSVC)
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
CMAKE_COLOR_DIAGNOSTICS: 1
CLICOLOR_FORCE: 1
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install cross compiler
run: |
Expand Down Expand Up @@ -293,7 +293,7 @@ jobs:
Deployment: [Component, Standalone]
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Download nuget
run: |
Expand Down Expand Up @@ -331,7 +331,7 @@ jobs:
config: [Release]
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Fetch cppwinrt executables
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -381,7 +381,7 @@ jobs:
name: Build nuget package with MSVC
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Package
run: |
Expand Down

0 comments on commit dfad7ed

Please sign in to comment.