Skip to content

Commit

Permalink
Update GitHub Action Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 14, 2024
1 parent ed8a624 commit 339402e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].7
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.WORKFLOW_SECRET }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].4
uses: actions/[email protected].7

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
nuget-version: 'latest'

- name: Install Nanoframework Extension
uses: nanoframework/nanobuild@v1.14
uses: nanoframework/nanobuild@v1.15
env:
GITHUB_AUTH_TOKEN: ${{ secrets.githubAuth }}

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 @@ -20,7 +20,7 @@ jobs:
solution: 'OpenHalo.sln'
steps:
- name: Checkout
uses: actions/[email protected].4
uses: actions/[email protected].7
with:
fetch-depth: 0

Expand All @@ -47,7 +47,7 @@ jobs:
nuget-version: 'latest'

- name: Install Nanoframework Extension
uses: nanoframework/nanobuild@v1.14
uses: nanoframework/nanobuild@v1.15
env:
GITHUB_AUTH_TOKEN: ${{ secrets.githubAuth }}

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 @@ -8,7 +8,7 @@ jobs:
name: Update Changelog
timeout-minutes: 15
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].7
with:
fetch-depth: 0
- name: Update Changelog
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nanoframework_dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/[email protected].4
- uses: nanoframework/[email protected].21
uses: actions/[email protected].7
- uses: nanoframework/[email protected].23
env:
GITHUB_TOKEN: ${{ github.token }}
with:
Expand Down

0 comments on commit 339402e

Please sign in to comment.