File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 name : graphql-codegen-tsc
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v6
1919 - name : install node
2020 uses : actions/setup-node@v4
2121 with :
4545 ports :
4646 - 5432:5432
4747 steps :
48- - uses : actions/checkout@v4
48+ - uses : actions/checkout@v6
4949 - name : Set up Ruby
5050 uses : ruby/setup-ruby@v1
5151 with :
7575 docker-build :
7676 runs-on : ubuntu-latest
7777 steps :
78- - uses : actions/checkout@v4
78+ - uses : actions/checkout@v6
7979 - name : Set up webpack cache
8080 uses : actions/cache@v4
8181 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 88 docker-release :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v6
1212 - name : Log in to registry
1313 run : echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
1414 - name : Pull built image
2424 needs :
2525 - docker-release
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v6
2828 - uses : superfly/flyctl-actions/setup-flyctl@master
2929 - run : flyctl deploy --remote-only -a larp-library
3030 env :
You can’t perform that action at this time.
0 commit comments