Skip to content

Commit

Permalink
use latest checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
chinkan committed Sep 12, 2024
1 parent f79507d commit 30a2597
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/github-actions-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ jobs:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.merged == true)

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

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '16'

- name: Clone drawdown repository
run: |
Expand Down

0 comments on commit 30a2597

Please sign in to comment.