Skip to content

Commit 1e22d6b

Browse files
Update GitHub Action Versions
1 parent 651d6f3 commit 1e22d6b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
# ./location_of_script_within_repo/buildscript.sh
8181

8282
- name: Setup .NET
83-
uses: actions/[email protected].0
83+
uses: actions/[email protected].1
8484
with:
8585
dotnet-version: 7.0.x
8686

.github/workflows/nanoframework_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626

2727
- name: Setup .NET
28-
uses: actions/[email protected].0
28+
uses: actions/[email protected].1
2929
with:
3030
dotnet-version: 7.0.x
3131

@@ -88,7 +88,7 @@ jobs:
8888
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
8989
9090
- name: Upload a Build Artifact
91-
uses: actions/[email protected].3
91+
uses: actions/[email protected].4
9292
if: ${{ matrix.configuration == 'Release' }}
9393
with:
9494
name: Build binaries

.github/workflows/nanoframework_changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
./git-chglog -o CHANGELOG.md
1919
rm git-chglog
2020
- name: Create Pull Request
21-
uses: peter-evans/create-pull-request@v6.0.5
21+
uses: peter-evans/create-pull-request@v6.1.0
2222
with:
2323
commit-message: update changelog
2424
title: Update Changelog

.github/workflows/nanoframework_dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- name: Checkout
2323
uses: actions/[email protected]
24-
- uses: nanoframework/[email protected].23
24+
- uses: nanoframework/[email protected].24
2525
env:
2626
GITHUB_TOKEN: ${{ github.token }}
2727
with:

0 commit comments

Comments
 (0)