summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2021-08-24 13:13:22 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2021-08-24 13:13:22 -0700
commitf75f7d1036abde8eba236cb6a72fb65e7ba582a1 (patch)
tree9a5fdca8cb90fb38b872a3b57b2f583478360ba4 /.github
parent6986e83e9e50588d6176f2fe829c3b9a88571f5a (diff)
downloadchef-f75f7d1036abde8eba236cb6a72fb65e7ba582a1.tar.gz
bump a bunch of CI to main
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/func_spec.yml2
-rw-r--r--.github/workflows/kitchen.yml4
-rw-r--r--.github/workflows/lint.yml4
3 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/func_spec.yml b/.github/workflows/func_spec.yml
index 5913fc31f4..70089b4bb1 100644
--- a/.github/workflows/func_spec.yml
+++ b/.github/workflows/func_spec.yml
@@ -5,7 +5,7 @@ name: func_spec
pull_request:
push:
branches:
- - master
+ - main
jobs:
choco:
diff --git a/.github/workflows/kitchen.yml b/.github/workflows/kitchen.yml
index 5fa865bb34..09bd3b0cf8 100644
--- a/.github/workflows/kitchen.yml
+++ b/.github/workflows/kitchen.yml
@@ -5,7 +5,7 @@ name: kitchen
pull_request:
push:
branches:
- - master
+ - main
jobs:
windows:
@@ -113,7 +113,7 @@ jobs:
CHEF_LICENSE: accept-no-persist
steps:
- name: Check out code
- uses: actions/checkout@master
+ uses: actions/checkout@main
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 9ea4b32227..1b9daa6aba 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -5,7 +5,7 @@ name: lint
pull_request:
push:
branches:
- - master
+ - main
jobs:
chefstyle:
@@ -28,7 +28,7 @@ jobs:
- uses: carlosperate/download-file-action@v1.0.3
id: download-custom-dictionary
with:
- file-url: 'https://raw.githubusercontent.com/chef/chef_dictionary/master/chef.txt'
+ file-url: 'https://raw.githubusercontent.com/chef/chef_dictionary/main/chef.txt'
file-name: 'chef_dictionary.txt'
- uses: zwaldowski/cspell-action@v1
with: