Skip to content

Commit 9f9a71f

Browse files
committed
2 parents 44c3c3f + af72203 commit 9f9a71f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
node-version: 16
3939
- run: node -v
4040
- name: Checkout
41-
uses: actions/checkout@v1
41+
uses: actions/checkout@v3
4242
- uses: pnpm/[email protected]
4343
with:
4444
version: 6.30.1

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16.2.0-alpine3.13
1+
FROM node:16.13.1-alpine3.13
22

33
# Disable anonymous Next.js telemetry data...
44
ENV NEXT_TELEMETRY_DISABLED 1

0 commit comments

Comments
 (0)