File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout Project
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 - name : Setup Docker Buildx
2121 uses : docker/setup-buildx-action@v3.11.1
2222 - name : Login to GitHub Container Registry
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout Project
15- uses : actions/checkout@v5
15+ uses : actions/checkout@v6
1616 - name : Add problem matchers
1717 run : echo "::add-matcher::.github/problemMatchers/eslint.json"
1818 - name : Use Node.js v8
3131 runs-on : ubuntu-latest
3232 steps :
3333 - name : Checkout Project
34- uses : actions/checkout@v5
34+ uses : actions/checkout@v6
3535 - name : Add problem matchers
3636 run : echo "::add-matcher::.github/problemMatchers/tsc.json"
3737 - name : Use Node.js v20
5050 runs-on : ubuntu-latest
5151 steps :
5252 - name : Checkout Project
53- uses : actions/checkout@v5
53+ uses : actions/checkout@v6
5454 - name : Add problem matchers
5555 run : echo "::add-matcher::.github/problemMatchers/tsc.json"
5656 - name : Use Node.js v20
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout Project
14- uses : actions/checkout@v5
14+ uses : actions/checkout@v6
1515 with :
1616 sparse-checkout : .github/labels.yml
1717 sparse-checkout-cone-mode : false
You can’t perform that action at this time.
0 commit comments