diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index e5c3224865de..8631f70d884c 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -24,13 +24,13 @@ jobs: REVISION_TAG: ${{ github.event.pull_request && github.event.pull_request.head.sha || github.sha }} PR_NUMBER: ${{ github.event.number }} steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v4 with: repository: moergo-sc/zmk ref: ${{ github.event.pull_request && github.event.pull_request.head.sha || github.sha }} fetch-depth: 0 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: arn:aws:iam::431227615537:role/GithubCompilerLambdaBuilder aws-region: us-east-1 @@ -57,11 +57,11 @@ jobs: id: extract_name - name: Login to Amazon ECR id: login-ecr - uses: aws-actions/amazon-ecr-login@v1 - - uses: cachix/install-nix-action@v20 + uses: aws-actions/amazon-ecr-login@v2 + - uses: cachix/install-nix-action@v27 with: nix_path: nixpkgs=channel:nixos-22.05 - - uses: cachix/cachix-action@v12 + - uses: cachix/cachix-action@v15 with: name: moergo-glove80-zmk-dev authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}" diff --git a/.github/workflows/cleanup-container.yml b/.github/workflows/cleanup-container.yml index 0af80562cca1..886c4106d350 100644 --- a/.github/workflows/cleanup-container.yml +++ b/.github/workflows/cleanup-container.yml @@ -29,7 +29,7 @@ jobs: echo "VERSION_NAME=${tag}" >> $GITHUB_ENV id: extract_name - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: arn:aws:iam::431227615537:role/GithubCompilerLambdaBuilder aws-region: us-east-1