Skip to content

Commit 6d59974

Browse files
authored
Fix CI issues (#686)
Signed-off-by: Lance Albertson <lance@osuosl.org> Signed-off-by: Lance Albertson <lance@osuosl.org>
1 parent a660598 commit 6d59974

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,16 @@ name: ci
1010
jobs:
1111
lint-unit:
1212
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@0.0.3
13+
permissions:
14+
actions: write
15+
checks: write
16+
pull-requests: write
17+
statuses: write
18+
issues: write
1319

1420
integration:
1521
needs: 'lint-unit'
16-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-20.04
1723
strategy:
1824
matrix:
1925
os:
@@ -65,7 +71,7 @@ jobs:
6571

6672
steps:
6773
- name: Check out code
68-
uses: actions/checkout@v2
74+
uses: actions/checkout@v3
6975
- name: Install Chef
7076
uses: actionshub/chef-install@main
7177
# https://github.com/actions/virtual-environments/issues/181#issuecomment-610874237

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ All notable changes to this project will be documented in this file.
44

55
## Unreleased
66

7+
- Fix CI issues
8+
79
## 11.0.6 - *2022-12-05*
810

9-
Standardise files with files in sous-chefs/repo-management
11+
- Standardise files with files in sous-chefs/repo-management
1012

1113
## 11.0.5 - *2022-04-20*
1214

13-
Standardise files with files in sous-chefs/repo-management
15+
- Standardise files with files in sous-chefs/repo-management
1416

1517
## 11.0.4 - *2022-02-09*
1618

0 commit comments

Comments
 (0)