Skip to content

Commit

Permalink
Merge pull request #332 from xt0rted/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…-actions-67984d3d75

Bump the github-actions group across 1 directory with 2 updates
  • Loading branch information
dependamerge[bot] authored Oct 14, 2024
2 parents acfcc35 + f0730dc commit 043a443
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1

- name: Install Node
uses: actions/setup-node@v4.0.4
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1

- name: Build version suffix (main)
if: github.event_name == 'push'
Expand Down Expand Up @@ -78,14 +78,14 @@ jobs:

- name: Upload artifacts
if: matrix.os == 'ubuntu-latest'
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4.4.3
with:
name: nupkg
path: ./artifacts/*.nupkg

- name: Upload test results
if: failure()
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4.4.3
with:
name: build-verify-test-results
path: |
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1

- name: Set up .NET
uses: xt0rted/setup-dotnet@v1.5.0
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:

- name: Upload test results
if: failure()
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4.4.3
with:
name: integration-verify-test-results
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1

- name: Get project version
id: project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1

- name: Set up .NET
uses: xt0rted/setup-dotnet@v1.5.0
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: echo "current_version=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT

- name: Check out repository
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1

- name: Set up .NET
uses: xt0rted/setup-dotnet@v1.5.0
Expand All @@ -45,7 +45,7 @@ jobs:
- run: dotnet r pack -- --no-build

- name: Upload artifacts
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4.4.3
with:
name: nupkg
path: ./artifacts/*.nupkg
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Upload test results
if: failure()
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4.4.3
with:
name: verify-test-results
path: |
Expand Down

0 comments on commit 043a443

Please sign in to comment.