Skip to content

Commit

Permalink
Merge pull request #284 from xt0rted/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…-actions-434113e9b9

Bump the github-actions group with 2 updates
  • Loading branch information
dependamerge[bot] authored Apr 29, 2024
2 parents fab700f + 522f5d8 commit 91ab2a0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 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.1.3
uses: actions/checkout@v4.1.4

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

steps:
- name: Check out repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4

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

steps:
- name: Check out repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4

- name: Set up .NET
uses: xt0rted/setup-dotnet@v1.5.0
Expand All @@ -131,7 +131,7 @@ jobs:
nuget_auth_token: ${{ secrets.GITHUB_TOKEN }}

- name: Download nupkg
uses: actions/download-artifact@v4.1.6
uses: actions/download-artifact@v4.1.7
with:
name: nupkg
path: .nuget
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:

steps:
- name: Download nupkg
uses: actions/download-artifact@v4.1.6
uses: actions/download-artifact@v4.1.7
with:
name: nupkg

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.1.3
uses: actions/checkout@v4.1.4

- 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.1.3
uses: actions/checkout@v4.1.4

- name: Set up .NET
uses: xt0rted/setup-dotnet@v1.5.0
Expand Down
2 changes: 1 addition & 1 deletion .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.1.3
uses: actions/checkout@v4.1.4

- name: Set up .NET
uses: xt0rted/setup-dotnet@v1.5.0
Expand Down

0 comments on commit 91ab2a0

Please sign in to comment.