File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1515 name : typescript
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 - name : Read .node-version
2020 id : node-version
2121 run : echo "node-version=$(cat .node-version)" >> $GITHUB_OUTPUT
3434 name : vitest
3535 runs-on : ubuntu-latest
3636 steps :
37- - uses : actions/checkout@v4
37+ - uses : actions/checkout@v5
3838 - name : Read .node-version
3939 id : node-version
4040 run : echo "node-version=$(cat .node-version)" >> $GITHUB_OUTPUT
8787 ports :
8888 - 5432:5432
8989 steps :
90- - uses : actions/checkout@v4
90+ - uses : actions/checkout@v5
9191 - name : Install libvips42
9292 run : sudo apt-get update && sudo apt-get install libvips42
9393 - name : Upgrade postgres client utilities
@@ -127,7 +127,7 @@ jobs:
127127 docker-build :
128128 runs-on : ubuntu-latest
129129 steps :
130- - uses : actions/checkout@v4
130+ - uses : actions/checkout@v5
131131 - name : Read .node-version
132132 id : node-version
133133 run : echo "node-version=$(cat .node-version)" >> $GITHUB_OUTPUT
@@ -184,7 +184,7 @@ jobs:
184184 name : Build doc site
185185 runs-on : ubuntu-latest
186186 steps :
187- - uses : actions/checkout@v4
187+ - uses : actions/checkout@v5
188188 - name : Set up docusaurus cache
189189 uses : actions/cache@v4
190190 with :
Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : Checkout repository
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v5
3939
4040 # Initializes the CodeQL tools for scanning.
4141 - name : Initialize CodeQL
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@v5
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
3333 needs :
3434 - docker-release
3535 steps :
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@v5
3737 - uses : superfly/flyctl-actions/setup-flyctl@master
3838 - run : flyctl deploy --remote-only -a intercode
3939 env :
4242 runs-on : ubuntu-latest
4343 steps :
4444 - name : Checkout code
45- uses : actions/checkout@v4
45+ uses : actions/checkout@v5
4646 - name : Read .node-version
4747 id : node-version
4848 run : echo "node-version=$(cat .node-version)" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 if : github.actor != 'dependabot[bot]'
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 - name : Install libvips42
1212 run : sudo apt-get update && sudo apt-get install libvips42
1313 - name : Set up Ruby
2424 if : github.actor != 'dependabot[bot]'
2525 steps :
2626 - name : Check out code
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828 - uses : ruby/setup-ruby@v1
2929 with :
3030 bundler-cache : true
4141 contents : read
4242 pull-requests : write
4343 steps :
44- - uses : actions/checkout@v4
44+ - uses : actions/checkout@v5
4545 - uses : actions/setup-node@v4
4646 with :
4747 cache : yarn
You can’t perform that action at this time.
0 commit comments