Skip to content

Commit e50ec0a

Browse files
Bump actions versions
1 parent 47d6d26 commit e50ec0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/vrt.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ jobs:
77

88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v3
10+
uses: actions/checkout@v4
1111

1212
- name: Setup Node
13-
uses: actions/setup-node@v3
13+
uses: actions/setup-node@v4
1414
with:
15-
node-version: 16.x
15+
node-version: 16.14.2
1616

1717
- name: Install dependencies
1818
run: npm install
@@ -24,6 +24,6 @@ jobs:
2424
run: npm run start &
2525

2626
- name: Lost Pixel
27-
uses: lost-pixel/lost-pixel@v3.4.0
27+
uses: lost-pixel/lost-pixel@v3.16.0
2828
env:
2929
LOST_PIXEL_API_KEY: ${{ secrets.LOST_PIXEL_API_KEY }}

0 commit comments

Comments
 (0)