Skip to content

Commit

Permalink
Merge pull request #26 from TekuSP/gh-actions-update-1721401535
Browse files Browse the repository at this point in the history
Update GitHub Action Versions
  • Loading branch information
TekuSP committed Jul 31, 2024
2 parents 651d6f3 + bcd29be commit 635018d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
# ./location_of_script_within_repo/buildscript.sh

- name: Setup .NET
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
dotnet-version: 7.0.x

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nanoframework_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: 0

- name: Setup .NET
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
dotnet-version: 7.0.x

Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
- name: Upload a Build Artifact
uses: actions/[email protected].3
uses: actions/[email protected].4
if: ${{ matrix.configuration == 'Release' }}
with:
name: Build binaries
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nanoframework_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
./git-chglog -o CHANGELOG.md
rm git-chglog
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6.0.5
uses: peter-evans/create-pull-request@v6.1.0
with:
commit-message: update changelog
title: Update Changelog
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nanoframework_dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- name: Checkout
uses: actions/[email protected]
- uses: nanoframework/[email protected].23
- uses: nanoframework/[email protected].24
env:
GITHUB_TOKEN: ${{ github.token }}
with:
Expand Down

0 comments on commit 635018d

Please sign in to comment.