Skip to content

Commit

Permalink
Merge pull request #364 from xt0rted/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…-actions-6ed9a0019c

Bump the github-actions group with 2 updates
  • Loading branch information
dependamerge[bot] authored Oct 7, 2024
2 parents 1bc9e9c + aba3b2f commit c09a585
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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 @@ -74,15 +74,15 @@ jobs:
- run: dotnet r pack -- --no-build --version-suffix ${{ env.VERSION_SUFFIX }}

- name: Upload artifacts
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4.4.1
if: matrix.os == 'ubuntu-22.04'
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.1
with:
name: build-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 @@ -29,7 +29,7 @@ jobs:

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

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
shell: bash

- 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 @@ -47,7 +47,7 @@ jobs:
- run: dotnet r pack -- --no-build

- name: Upload artifacts
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4.4.1
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.1
with:
name: verify-test-results
path: |
Expand Down

0 comments on commit c09a585

Please sign in to comment.