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 : graphql-codegen-tsc
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@v5
19
19
- name : install node
20
20
uses : actions/setup-node@v4
21
21
with :
45
45
ports :
46
46
- 5432:5432
47
47
steps :
48
- - uses : actions/checkout@v4
48
+ - uses : actions/checkout@v5
49
49
- name : Set up Ruby
50
50
uses : ruby/setup-ruby@v1
51
51
with :
75
75
docker-build :
76
76
runs-on : ubuntu-latest
77
77
steps :
78
- - uses : actions/checkout@v4
78
+ - uses : actions/checkout@v5
79
79
- name : Set up webpack cache
80
80
uses : actions/cache@v4
81
81
id : webpack-cache # use this to check for `cache-hit` (`steps.webpack-cache.outputs.cache-hit != 'true'`)
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 larp-library
30
30
env :
You can’t perform that action at this time.
0 commit comments