File tree Expand file tree Collapse file tree 11 files changed +12
-12
lines changed Expand file tree Collapse file tree 11 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 77 auto-merge :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 - uses : ahmadnassri/action-dependabot-auto-merge@v2
1212 with :
1313 target : minor
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : ' Checkout Repository'
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 - name : ' Dependency Review'
1818 uses : actions/dependency-review-action@v4
1919 with :
Original file line number Diff line number Diff line change 1313 outputs :
1414 image_size : ${{ steps.docker-base.outputs.image_size }}
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 with :
1818 ref : ${{ github.base_ref }}
1919 - name : Get commit short hash
4444 outputs :
4545 image_size : ${{ steps.docker-head.outputs.image_size }}
4646 steps :
47- - uses : actions/checkout@v4
47+ - uses : actions/checkout@v5
4848 with :
4949 ref : ${{ github.head_ref }}
5050 - name : 🐳 Calculate docker image size in ${{ github.head_ref }}
Original file line number Diff line number Diff line change 88 name : Lint dockerfile
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 - uses : hadolint/hadolint-action@v3.2.0
1313 id : hadolint
1414 with :
Original file line number Diff line number Diff line change 88 name : Lint dotenv
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 - name : Install dotenv
1313 run : curl -sSfL https://git.io/JLbXn | sh -s -- -b usr/local/bin v3.3.0
1414 - name : Run dotenv
Original file line number Diff line number Diff line change 77 actionlint :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 - name : Download actionlint
1212 id : get_actionlint
1313 run : bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash) 1.6.26
Original file line number Diff line number Diff line change 77 lint :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 - name : Install yamllint
1212 run : pip install yamllint
1313 - name : Lint YAML files
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout 🛬
11- uses : actions/checkout@v4
11+ uses : actions/checkout@v5
1212 - name : Setup Node ⚙️
1313 uses : ./.github/actions/setup-node
1414 - name : Build typescript 📦
Original file line number Diff line number Diff line change 99 build :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 - uses : micnncim/action-label-syncer@v1
1414 env :
1515 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 99 build :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 - name : " TODO to Issue"
1414 uses : " alstr/todo-to-issue-action@v4"
1515 with :
You can’t perform that action at this time.
0 commit comments