Skip to content

Commit

Permalink
Merge pull request #305 from xt0rted/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…-actions-99c84021cb

Bump the github-actions group across 1 directory with 3 updates
  • Loading branch information
dependamerge[bot] authored Jul 15, 2024
2 parents a2f0940 + 7fc5549 commit 40bee26
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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:
uses: actions/[email protected]

- name: Install Node
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: 21

Expand Down Expand Up @@ -78,14 +78,14 @@ jobs:

- name: Upload artifacts
if: matrix.os == 'ubuntu-latest'
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
name: nupkg
path: ./artifacts/*.nupkg

- name: Upload test results
if: failure()
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
name: build-verify-test-results
path: |
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
nuget_auth_token: ${{ secrets.GITHUB_TOKEN }}

- name: Download nupkg
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: nupkg
path: .nuget
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:

- name: Upload test results
if: failure()
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
name: integration-verify-test-results
path: |
Expand All @@ -199,7 +199,7 @@ jobs:

steps:
- name: Download nupkg
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: nupkg

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- run: dotnet r pack -- --no-build

- name: Upload artifacts
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
name: nupkg
path: ./artifacts/*.nupkg
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Upload test results
if: failure()
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
name: verify-test-results
path: |
Expand Down

0 comments on commit 40bee26

Please sign in to comment.