diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3311577..3d03a1e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.0 +current_version = 1.4.1 commit = True message = Bumps version to {new_version} tag = False diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bb9ff6c..88138b0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,9 @@ updates: directory: / schedule: interval: weekly + ignore: + - dependency-name: "actions/checkout" + update-types: ["version-update:semver-major"] # Maintain dependencies for dockerfiles - package-ecosystem: docker directory: / diff --git a/.github/workflows/test-salt-linux.yml b/.github/workflows/test-salt-linux.yml index da2ea0d..f6927ee 100644 --- a/.github/workflows/test-salt-linux.yml +++ b/.github/workflows/test-salt-linux.yml @@ -45,7 +45,7 @@ jobs: SALT_REPO_URL: ${{ format(inputs.salt-repo-url, inputs.salt-os-version) }} steps: - name: Clone this git repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # Install salt - run: touch /etc/fstab diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e57cb9..dadeaf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +### [1.4.1](https://github.com/plus3it/actions-workflows/releases/tag/1.4.1) + +**Released**: 2024.02.21 + +**Summary**: + +* Updates Github Actions workflow to use previous version of action/checkout + to v3 instead of v4 to support EL7 containers. Also updates dependabot config + to ignore future action/checkout releases. + ### [1.4.0](https://github.com/plus3it/actions-workflows/releases/tag/1.4.0) **Released**: 2023.11.06