File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
name : typescript
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@v5
19
19
- name : Read .node-version
20
20
id : node-version
21
21
run : echo "node-version=$(cat .node-version)" >> $GITHUB_OUTPUT
33
33
name : vitest
34
34
runs-on : ubuntu-latest
35
35
steps :
36
- - uses : actions/checkout@v4
36
+ - uses : actions/checkout@v5
37
37
- name : Read .node-version
38
38
id : node-version
39
39
run : echo "node-version=$(cat .node-version)" >> $GITHUB_OUTPUT
67
67
docker-build :
68
68
runs-on : ubuntu-latest
69
69
steps :
70
- - uses : actions/checkout@v4
70
+ - uses : actions/checkout@v5
71
71
- name : Log in to registry
72
72
run : echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
73
73
- name : Set up Docker Buildx
Original file line number Diff line number Diff line change 8
8
docker-release :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v4
11
+ - uses : actions/checkout@v5
12
12
- name : Log in to registry
13
13
run : echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
14
14
- name : Pull built image
24
24
needs :
25
25
- docker-release
26
26
steps :
27
- - uses : actions/checkout@v4
27
+ - uses : actions/checkout@v5
28
28
- uses : superfly/flyctl-actions/setup-flyctl@master
29
29
- run : flyctl deploy --remote-only -a rotator
30
30
env :
You can’t perform that action at this time.
0 commit comments