mirror of
https://github.com/imjasonh/gcp-metrics-action
synced 2026-07-18 14:45:47 +00:00
Merge branch 'main' into dependabot/github_actions/actions/setup-node-6
This commit is contained in:
commit
2e29821557
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pr-checks.yml
vendored
4
.github/workflows/pr-checks.yml
vendored
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: '20'
|
||||
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
- run: npm install
|
||||
|
||||
- name: Set up Python for pre-commit
|
||||
uses: actions/setup-python@v5
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue