Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/0x7c13/Notepads
Browse files Browse the repository at this point in the history
  • Loading branch information
0x7c13 committed Mar 25, 2024
2 parents 5f7a4e0 + 4f638a0 commit bd3a639
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,11 @@ jobs:

- name: Setup MSBuild
id: setup_msbuild
uses: microsoft/setup-msbuild@v1
uses: microsoft/setup-msbuild@v2

- name: Setup NuGet
id: setup-nuget
uses: NuGet/setup-nuget@v1.2.0
uses: NuGet/setup-nuget@v2.0.0

- name: Checkout repository
id: checkout_repo
Expand All @@ -168,7 +168,7 @@ jobs:
- if: matrix.runCodeqlAnalysis
name: Configure Pagefile
id: config_pagefile
uses: al-cheb/configure-pagefile-action@v1.3
uses: al-cheb/configure-pagefile-action@v1.4
with:
minimum-size: 8GB
maximum-size: 10GB
Expand All @@ -195,7 +195,7 @@ jobs:
- if: matrix.runSonarCloudScan
name: Cache SonarCloud packages
id: cache_sonar_packages
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.1
with:
path: ~\sonar\cache
key: ${{ runner.os }}-sonar
Expand All @@ -204,7 +204,7 @@ jobs:
- if: matrix.runSonarCloudScan
name: Cache SonarCloud scanner
id: cache_sonar_scanner
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.1
with:
path: .\.sonar\scanner
key: ${{ runner.os }}-sonar-scanner
Expand Down Expand Up @@ -378,7 +378,7 @@ jobs:

- name: Create and publish release
id: create_release
uses: ncipollo/release-action@v1.13.0
uses: ncipollo/release-action@v1.14.0
with:
allowUpdates: true
replacesArtifacts: true
Expand Down

0 comments on commit bd3a639

Please sign in to comment.