From 04d4910179fe89076de24d21782d86b0167a6938 Mon Sep 17 00:00:00 2001 From: Jeremiah Parrack Date: Thu, 31 Oct 2024 10:17:29 -0400 Subject: [PATCH] update versions and ignote ci.yml changes in auto update --- .github/workflows/update.yml | 5 +++-- {{cookiecutter.project_name}}/.github/workflows/ci.yml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 3998a5d..8e753ae 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -12,7 +12,7 @@ jobs: packages: write steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Login to GitHub Container Registry uses: docker/login-action@v2 with: @@ -20,7 +20,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build & Push - uses: devcontainers/ci@v0.2 + uses: devcontainers/ci@v0.3 with: push: always imageName: ghcr.io/rails-lambda/lamby-cookiecutter-devcontainer @@ -31,3 +31,4 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: Auto Update + file_pattern: '!.github/workflows/ci.yml' diff --git a/{{cookiecutter.project_name}}/.github/workflows/ci.yml b/{{cookiecutter.project_name}}/.github/workflows/ci.yml index bd2ce72..cd0355d 100644 --- a/{{cookiecutter.project_name}}/.github/workflows/ci.yml +++ b/{{cookiecutter.project_name}}/.github/workflows/ci.yml @@ -96,5 +96,5 @@ jobs: if: failure() with: name: screenshots - path: ${{ github.workspace }}/tmp/screenshots + path: tmp/screenshots if-no-files-found: ignore