Skip to content

Commit

Permalink
Merge branch 'main' into renovate/major-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
damacus committed Mar 17, 2024
2 parents 10615ee + 950b9dd commit f07cab4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: ci

jobs:
lint-unit:
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@3.0.0
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@3.1.0
permissions:
actions: write
checks: write
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Install Chef
uses: actionshub/chef-install@3.0.0
- name: Download Openssh Installer
uses: suisei-cn/actions-download-file@v1.4.0
uses: suisei-cn/actions-download-file@v1.6.0
with:
url: https://github.com/PowerShell/Win32-OpenSSH/releases/download/v9.2.2.0p1-Beta/OpenSSH-Win64-v9.2.2.0.msi
target: installer/
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This file is used to list changes made in each version of the openssh cookbook.

## Unreleased

## 2.11.8 - *2024-03-17*

## 2.11.7 - *2024-03-12*

- fix sshd-keygen command location for Amazon Linux 2023
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
maintainer_email 'help@sous-chefs.org'
license 'Apache-2.0'
description 'Installs and configures OpenSSH client and daemon'
version '2.11.7'
version '2.11.8'
source_url 'https://github.com/sous-chefs/openssh'
issues_url 'https://github.com/sous-chefs/openssh/issues'
chef_version '>= 12.15'
Expand Down

0 comments on commit f07cab4

Please sign in to comment.