Skip to content

Commit

Permalink
Change: Update additional actions to their latest releases
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernricks committed Jan 26, 2024
1 parent e7ad350 commit 33fb615
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependency-review/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
- name: "Checkout Repository"
uses: actions/checkout@v4
- name: "Dependency Review"
uses: actions/dependency-review-action@v3
uses: actions/dependency-review-action@v4
with:
fail-on-severity: high
vulnerability-check: true
Expand Down
2 changes: 1 addition & 1 deletion install-node/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
shell: bash
- uses: actions/checkout@v4
- name: Use Node.js ${{ inputs.version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ inputs.version }}
cache: ${{ inputs.dependency-manager }}
Expand Down
2 changes: 1 addition & 1 deletion lint-golang/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
using: "composite"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: ${{ inputs.version }}
- name: Generate code
Expand Down

0 comments on commit 33fb615

Please sign in to comment.