Skip to content

Commit 9e23630

Browse files
committed
Update GitHub Actions build file
1 parent 3a88abc commit 9e23630

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/eleventy_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
# Steps represent a sequence of tasks that will be executed as part of the job
1717
steps:
1818
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020

2121
- name: Setup Node.js environment
22-
uses: actions/setup-node@v2
22+
uses: actions/setup-node@v3
2323

2424
- name: Install packages
2525
run: npm ci

0 commit comments

Comments
 (0)