@@ -13,12 +13,12 @@ jobs:
1313 steps :
1414 -
1515 name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 -
1818 name : Install Nix
19- uses : cachix/install-nix-action@v30
19+ uses : cachix/install-nix-action@v31
2020 with :
21- nix_path : nixpkgs=channel:nixos-24 .05
21+ nix_path : nixpkgs=channel:nixos-25 .05
2222 -
2323 name : Cargo cache
2424 uses : actions/cache@v4
@@ -41,12 +41,12 @@ jobs:
4141 steps :
4242 -
4343 name : Checkout
44- uses : actions/checkout@v4
44+ uses : actions/checkout@v5
4545 -
4646 name : Install Nix
47- uses : cachix/install-nix-action@v30
47+ uses : cachix/install-nix-action@v31
4848 with :
49- nix_path : nixpkgs=channel:nixos-24 .05
49+ nix_path : nixpkgs=channel:nixos-25 .05
5050 -
5151 name : Cargo cache
5252 uses : actions/cache@v4
6363 run : nix-shell --command "make dist"
6464 -
6565 name : Configure AWS credentials
66- uses : aws-actions/configure-aws-credentials@v1
66+ uses : aws-actions/configure-aws-credentials@v5
6767 with :
6868 aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
6969 aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
7676 -
7777 name : Docker meta
7878 id : meta
79- uses : docker/metadata-action@v3
79+ uses : docker/metadata-action@v5
8080 with :
8181 images : |
8282 chirpstack/${{ github.event.repository.name }}
@@ -86,20 +86,20 @@ jobs:
8686 type=semver,pattern={{major}}.{{minor}}
8787 -
8888 name : Set up QEMU
89- uses : docker/setup-qemu-action@v1
89+ uses : docker/setup-qemu-action@v3
9090 -
9191 name : Set up Docker Buildx
92- uses : docker/setup-buildx-action@v1
92+ uses : docker/setup-buildx-action@v3
9393 -
9494 name : Login to DockerHub
95- uses : docker/login-action@v1
95+ uses : docker/login-action@v3
9696 with :
9797 username : ${{ secrets.DOCKERHUB_USERNAME }}
9898 password : ${{ secrets.DOCKERHUB_TOKEN }}
9999 -
100100 name : Build and push
101101 id : docker_build
102- uses : docker/build-push-action@v2
102+ uses : docker/build-push-action@v6
103103 with :
104104 context : .
105105 push : ${{ startsWith(github.ref, 'refs/tags/v') }}
0 commit comments