Message-ID: From: "apgrucza (@apgrucza)" To: "postgresql-interfaces/psqlodbc" Date: Sat, 11 May 2024 03:04:27 +0000 Subject: [postgresql-interfaces/psqlodbc] PR #13: Key caches based on software versions List-Id: X-GitHub-Author-Id: 46910040 X-GitHub-Author-Login: apgrucza X-GitHub-Issue: 13 X-GitHub-Repo: postgresql-interfaces/psqlodbc X-GitHub-State: merged X-GitHub-Type: pull_request X-GitHub-Url: https://github.com/postgresql-interfaces/psqlodbc/pull/13 Content-Type: text/plain; charset=utf-8 This fixes the problem of the cache action incorrectly causing steps to be skipped when software versions are updated. Note that changing the commands inside a step will not prevent that step from being skipped, but this should not be a problem once the workflow is stable. If this does occur, it can be resolved by adding a suffix to the cache key to force the creation of a new cache.