Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4 (#533)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 4, 2023
1 parent cf39e81 commit 144b177
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
new_release_published: ${{ steps.semantic.outputs.new_release_published }}
new_release_version: ${{ (steps.semantic.outputs.new_release_published && steps.semantic.outputs.new_release_version) || '0.0.1' }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4

- name: Setup .NET Core
uses: actions/setup-dotnet@v3
Expand All @@ -60,7 +60,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4

- name: Setup .NET Core
uses: actions/setup-dotnet@v3
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
runs-on: windows-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4

- name: Setup .NET Core
uses: actions/setup-dotnet@v3
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 25
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4

- uses: maxim-lobanov/setup-xcode@v1
with:
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
needs: [build_web, build_windows, build_mac]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4

- name: Download artifact win-x64
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 144b177

Please sign in to comment.