File tree Expand file tree Collapse file tree 6 files changed +14
-14
lines changed
Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 3737
3838 steps :
3939 - name : Checkout repository
40- uses : actions/checkout@v5
40+ uses : actions/checkout@v6
4141
4242 # Initializes the CodeQL tools for scanning.
4343 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v6
2323
2424 - name : Enable command line
2525 shell : bash
4545 runs-on : ubuntu-latest
4646 steps :
4747 - name : Check out the repo
48- uses : actions/checkout@v5
48+ uses : actions/checkout@v6
4949
5050 - name : Log in to Docker Hub
5151 uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Check out the repo
15- uses : actions/checkout@v5
15+ uses : actions/checkout@v6
1616
1717 - name : Set output
1818 id : vars
4343 runs-on : ubuntu-latest
4444 steps :
4545 - name : Check out the repo
46- uses : actions/checkout@v5
46+ uses : actions/checkout@v6
4747
4848 - name : Set output
4949 id : vars
7474 runs-on : ubuntu-latest
7575 steps :
7676 - name : Check out the repo
77- uses : actions/checkout@v5
77+ uses : actions/checkout@v6
7878
7979 - name : Set output
8080 id : vars
@@ -105,7 +105,7 @@ jobs:
105105 runs-on : ubuntu-latest
106106 steps :
107107 - name : Check out the repo
108- uses : actions/checkout@v5
108+ uses : actions/checkout@v6
109109
110110 - name : Set output
111111 id : vars
Original file line number Diff line number Diff line change 2626 # Steps represent a sequence of tasks that will be executed as part of the job
2727 steps :
2828 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
29- - uses : actions/checkout@v5
29+ - uses : actions/checkout@v6
3030
3131 - name : Copy code
3232 shell : bash
9696 COUNTLY_CONFIG_API_PREVENT_JOBS : true
9797
9898 steps :
99- - uses : actions/checkout@v5
99+ - uses : actions/checkout@v6
100100
101101 - name : Copy code
102102 shell : bash
@@ -153,7 +153,7 @@ jobs:
153153 COUNTLY_CONFIG_API_PREVENT_JOBS : true
154154
155155 steps :
156- - uses : actions/checkout@v5
156+ - uses : actions/checkout@v6
157157
158158 - name : Prepare tests
159159 shell : bash
@@ -205,7 +205,7 @@ jobs:
205205 COUNTLY_CONFIG_API_PREVENT_JOBS : true
206206
207207 steps :
208- - uses : actions/checkout@v5
208+ - uses : actions/checkout@v6
209209
210210 - name : Copy code
211211 shell : bash
@@ -269,7 +269,7 @@ jobs:
269269 COUNTLY_CONFIG_API_PREVENT_JOBS : true
270270
271271 steps :
272- - uses : actions/checkout@v5
272+ - uses : actions/checkout@v6
273273
274274 - name : Install Chrome
275275 shell : bash
Original file line number Diff line number Diff line change 3030 env :
3131 SLACK_WEBHOOK_URL : ${{ secrets.SLACK_RELEASE }}
3232 - name : Send custom JSON data to Discord
33- 33+ 3434 with :
3535 webhook : ${{ secrets.DISCORD_WEBHOOK_URL }}
3636 nodetail : true
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v6
2323
2424 - name : Deploy server
2525 shell : bash
You can’t perform that action at this time.
0 commit comments