Skip to content

Commit

Permalink
Merge pull request #315 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] committed Apr 29, 2024
2 parents 7f8a55d + b7b474d commit 949db8e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/[email protected].3
uses: actions/[email protected].4

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

steps:
- name: Download nupkg
uses: actions/[email protected].6
uses: actions/[email protected].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/[email protected].3
uses: actions/[email protected].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 @@ -29,7 +29,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/[email protected].3
uses: actions/[email protected].4

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down
2 changes: 1 addition & 1 deletion .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/[email protected].3
uses: actions/[email protected].4

- name: Set up .NET
uses: xt0rted/[email protected]
Expand Down

0 comments on commit 949db8e

Please sign in to comment.