Skip to content

Commit

Permalink
Update deprecated actions/checkout@v2 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongwartz authored Aug 6, 2024
1 parent cb107df commit c6818c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
cache: "npm"
Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
cache: "npm"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
pklVersion: ["0.25.0", "0.25.1", "0.25.2", "0.25.3"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install pkl
uses: pkl-community/setup-pkl@v0
Expand All @@ -36,7 +36,7 @@ jobs:
pklVersion: ["0.25.0", "0.25.1", "0.25.2", "0.25.3"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install pkl
uses: pkl-community/setup-pkl@v0
Expand All @@ -56,7 +56,7 @@ jobs:
pklVersion: ["0.25.0", "0.25.1", "0.25.2", "0.25.3"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
Expand Down

0 comments on commit c6818c7

Please sign in to comment.