File tree Expand file tree Collapse file tree 6 files changed +16
-16
lines changed
Expand file tree Collapse file tree 6 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313
1414 steps :
1515 - name : Checkout code
16- uses : actions/checkout@v2
16+ uses : actions/checkout@v4
1717
1818 - name : Set up Node.js
19- uses : actions/setup-node@v2
19+ uses : actions/setup-node@v4
2020 with :
21- node-version : 18.0.0
21+ node-version : 20
2222
2323 - name : Install Dependencies
2424 run : npm install
Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ jobs:
3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v3
41+ uses : actions/checkout@v4
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
45- uses : github/codeql-action/init@v2
45+ uses : github/codeql-action/init@v3
4646 with :
4747 languages : ${{ matrix.language }}
4848 # If you wish to specify custom queries, you can do so here or in a config file.
5353 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5454 # If this step fails, then you should remove it and run the build manually (see below)
5555 - name : Autobuild
56- uses : github/codeql-action/autobuild@v2
56+ uses : github/codeql-action/autobuild@v3
5757
5858 # ℹ️ Command-line programs to run using the OS shell.
5959 # 📚 https://git.io/JvXDl
6767 # make release
6868
6969 - name : Perform CodeQL Analysis
70- uses : github/codeql-action/analyze@v2
70+ uses : github/codeql-action/analyze@v3
Original file line number Diff line number Diff line change 99 issues : write
1010 pull-requests : write
1111 steps :
12- - uses : actions/first-interaction@v1
12+ - uses : actions/first-interaction@v3
1313 continue-on-error : true
1414 with :
1515 repo-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout code
14- uses : actions/checkout@v3
14+ uses : actions/checkout@v4
1515 with :
1616 fetch-depth : 0
1717
1818 - name : Set up Node.js
19- uses : actions/setup-node@v2
19+ uses : actions/setup-node@v4
2020 with :
21- node-version : ' 18.0.0 '
21+ node-version : 20
2222
2323 - name : Install Dependencies
2424 run : npm install
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
2121 # Steps represent a sequence of tasks that will be executed as part of the job
2222 steps :
2323 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
24- - uses : actions/checkout@v2
24+ - uses : actions/checkout@v4
2525
2626 - name : Set Node.js 22.x
27- uses : actions/setup-node@v3
27+ uses : actions/setup-node@v4
2828 with :
2929 node-version : 22.x
3030
4343 mv build-old/* build/docs
4444
4545 - name : Deploy
46- uses : reggionick/s3-deploy@v3
46+ uses : reggionick/s3-deploy@v4
4747 with :
4848 folder : build
4949 bucket : ${{ secrets.S3_BUCKET }}
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
1212
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v3
15+ uses : actions/checkout@v4
1616 with :
1717 ref : ${{ github.head_ref }}
1818 fetch-depth : 0
1919
2020 - name : Prettify code
21- uses : creyD/prettier_action@v4.3
21+ uses : creyD/prettier_action@v4.6
2222 with :
2323 # This part is also where you can pass other options, for example:
2424 prettier_version : 2.8.8
You can’t perform that action at this time.
0 commit comments