Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 19, 2023
1 parent 0a3eec5 commit 6bba47c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
name: Build & Test Code
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set version suffix for main branch
uses: allenevans/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
name: Verify App
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run Unit Tests
run: dotnet test src/Promitor.Parsers.Prometheus.Tests/Promitor.Parsers.Prometheus.Tests.csproj
push_nuget_to_ghpr:
name: Push NuGet packages to NuGet.org
runs-on: ubuntu-latest
needs: [verify]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Get version from release tag
uses: mad9000/actions-find-and-replace-string@1
if: ${{ github.event_name == 'release' }}
Expand Down

0 comments on commit 6bba47c

Please sign in to comment.