@@ -22,13 +22,13 @@ jobs:
2222 - " 3.11"
2323 steps :
2424 - name : Checkout the repo
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626 - name : Build the collection
2727 run : |
2828 echo "> ansible-galaxy collection build --force"
2929 ansible-galaxy collection build --force
3030 - name : Setup Python ${{ matrix.python-version }}
31- uses : actions/setup-python@v5
31+ uses : actions/setup-python@v6
3232 with :
3333 python-version : ${{ matrix.python-version }}
3434 cache : " pip"
4848 exit 1
4949 fi
5050 - name : Archive recent build
51- uses : actions/upload-artifact@v4
51+ uses : actions/upload-artifact@v5
5252 with :
5353 name : collection-build
5454 path : netscaler-adc-*.tar.gz
6666 - " 3.11"
6767 steps :
6868 - name : Checkout the repo
69- uses : actions/checkout@v4
69+ uses : actions/checkout@v5
7070 - name : Set up Python ${{ matrix.python-version }}
71- uses : actions/setup-python@v5
71+ uses : actions/setup-python@v6
7272 with :
7373 python-version : ${{ matrix.python-version }}
7474 - name : Install dependencies
@@ -119,7 +119,7 @@ jobs:
119119 - 14.1-43.50
120120 steps :
121121 - name : Checkout the repo
122- uses : actions/checkout@v4
122+ uses : actions/checkout@v5
123123 - name : Start NetScaler CPX container
124124 run : |
125125 # docker-compose -f "docker-compose.yml" up -d
@@ -162,7 +162,7 @@ jobs:
162162 echo "> curl -kL http://$NETSCALER_NSIP/nitro/v1/config/nsip -u nsroot:$NETSCALER_NITRO_PASS"
163163 curl -kL http://$NETSCALER_NSIP/nitro/v1/config/nsip -u nsroot:$NETSCALER_NITRO_PASS
164164 - name : Set up Python ${{ matrix.python-version }}
165- uses : actions/setup-python@v5
165+ uses : actions/setup-python@v6
166166 with :
167167 python-version : ${{ matrix.python-version }}
168168 - name : Install dependencies
0 commit comments