Skip to content

Commit

Permalink
Merge pull request #234 from xt0rted/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…-actions-3415dd639e

Bump the github-actions group with 2 updates
  • Loading branch information
dependamerge[bot] authored Oct 28, 2024
2 parents d92f4d5 + a914700 commit f4dd4c8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:

steps:
- name: Check out repository
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Install Node
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version-file: .nvmrc

Expand All @@ -41,7 +41,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Build version suffix (main)
if: github.event_name == 'push'
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].1
uses: actions/[email protected].2

- 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/[email protected].1
uses: actions/[email protected].2

- name: Set up .NET
uses: xt0rted/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Set up .NET
uses: xt0rted/[email protected]
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
run: echo "current_version=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT

- name: Check out repository
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Download nupkg
uses: actions/[email protected]
Expand Down

0 comments on commit f4dd4c8

Please sign in to comment.