@@ -59,18 +59,18 @@ jobs:
5959 fail-fast : false
6060
6161 matrix :
62- node-version : [20, 22, 24]
62+ node-version : [22, 24]
6363
6464 steps :
6565 #
6666 # Checks-out your repository under $GITHUB_WORKSPACE, so your
6767 # job can access it
6868 #
6969 - name : Checkout sources
70- uses : actions/checkout@v4
70+ uses : actions/checkout@v6
7171
7272 - name : Use Node.js ${{ matrix.node-version }}
73- uses : actions/setup-node@v4
73+ uses : actions/setup-node@v6
7474 with :
7575 node-version : ${{ matrix.node-version }}
7676
@@ -145,18 +145,18 @@ jobs:
145145 # <default tag flag>: If you want to use the created Docker image as the default image, specify "default".
146146 #
147147 imageinfo :
148- - alpine:3.22 ,alpine:3.22 ,alpine,default
149- - ubuntu:24 .04,ubuntu:24 .04,ubuntu
148+ - alpine:3.23 ,alpine:3.23 ,alpine,default
149+ - ubuntu:26 .04,ubuntu:26 .04,ubuntu
150150
151151 #
152152 # Run building and pushing helper
153153 #
154154 steps :
155155 - name : Checkout sources
156- uses : actions/checkout@v4
156+ uses : actions/checkout@v6
157157
158158 - name : Set up Docker Buildx
159- uses : docker/setup-buildx-action@v3
159+ uses : docker/setup-buildx-action@v4
160160
161161 #
162162 # Login to avoid the Docker Hub rate limit
@@ -170,7 +170,7 @@ jobs:
170170 #
171171 - name : Login to DockerHub
172172 if : ${{ github.event_name != 'pull_request' }}
173- uses : docker/login-action@v3
173+ uses : docker/login-action@v4
174174 with :
175175 username : ${{ secrets.DOCKER_HUB_USERNAME }}
176176 password : ${{ secrets.DOCKER_HUB_ACCESSTOKEN }}
0 commit comments