Skip to content

Commit

Permalink
updating some github action versions (#4490)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyorlando committed Jun 7, 2024
1 parent f07e220 commit 4d3e254
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install-frontend-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
# yamllint disable rule:line-length
run: echo "yarn-lock-location=${{ steps.grafana-plugin-directory.outputs.grafana-plugin-directory }}/yarn.lock" >> $GITHUB_OUTPUT
# yamllint enable rule:line-length
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18.16.0
cache: "yarn"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
proc_trace_table_show: false

- name: Install Kind
uses: helm/kind-action@v1.3.0
uses: helm/kind-action@v1.10.0
with:
config: ./dev/kind.yml
install_only: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linting-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
install-dependencies: "false"
- name: Install frontend dependencies
uses: ./.github/actions/install-frontend-dependencies
- uses: pre-commit/action@v3.0.0
- uses: pre-commit/action@v3.0.1

lint-test-and-build-frontend:
name: "Lint, test, and build frontend"
Expand Down

0 comments on commit 4d3e254

Please sign in to comment.