Skip to content

Commit

Permalink
Merge pull request #166 from carbonplan/dependabot/github_actions/gh-…
Browse files Browse the repository at this point in the history
…actions-ab9539ad61
  • Loading branch information
andersy005 authored Apr 25, 2024
2 parents ad3d392 + 700a11e commit b2e13b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
node-version: [14.x, 16.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.4.1
uses: actions/setup-node@v4.0.2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand All @@ -22,6 +22,6 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v2.3.1
- uses: pre-commit/action@v2.0.3
- uses: actions/checkout@v4
- uses: actions/setup-python@v5.1.0
- uses: pre-commit/action@v3.0.1

0 comments on commit b2e13b8

Please sign in to comment.