Skip to content

Commit 4b6bba0

Browse files
authored
Merge pull request #247 from dbt-labs/davidbloss/update-used-gh-actions-versions
update used gh actions ahead of set-output, node12 deprecation
2 parents 3e174ff + 0cdbf49 commit 4b6bba0

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/bot-changelog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ jobs:
5050
- name: Create and commit changelog on bot PR
5151
if: ${{ contains(github.event.pull_request.labels.*.name, matrix.label) }}
5252
id: bot_changelog
53-
uses: emmyoop/changie_bot@v1.0.1
53+
uses: emmyoop/changie_bot@v1.1.0
5454
with:
5555
GITHUB_TOKEN: ${{ secrets.FISHTOWN_BOT_PAT }}
5656
commit_author_name: "Github Build Bot"
5757
commit_author_email: "<buildbot@fishtownanalytics.com>"
5858
commit_message: "Add automated changelog yaml from template for bot PR"
5959
changie_kind: ${{ matrix.changie_kind }}
6060
label: ${{ matrix.label }}
61-
custom_changelog_string: "custom:\n Author: ${{ github.event.pull_request.user.login }}\n Issue: 4904\n PR: ${{ github.event.pull_request.number }}"
61+
custom_changelog_string: "custom:\n Author: ${{ github.event.pull_request.user.login }}\n Issue: 4904\n PR: ${{ github.event.pull_request.number }}"

.github/workflows/ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ jobs:
5252
5353
steps:
5454
- name: Check out the repository
55-
uses: actions/checkout@v2
55+
uses: actions/checkout@v3
5656

5757
- name: Set up Python
58-
uses: actions/setup-python@v2
58+
uses: actions/setup-python@v4
5959
with:
6060
python-version: 3.9
6161

@@ -68,10 +68,10 @@ jobs:
6868
runs-on: ubuntu-latest
6969
steps:
7070
- name: Check out the repository
71-
uses: actions/checkout@v2
71+
uses: actions/checkout@v3
7272

7373
- name: Set up Python
74-
uses: actions/setup-python@v2
74+
uses: actions/setup-python@v4
7575
with:
7676
python-version: 3.9
7777

@@ -91,10 +91,10 @@ jobs:
9191
runs-on: ubuntu-latest
9292
steps:
9393
- name: Check out the repository
94-
uses: actions/checkout@v2
94+
uses: actions/checkout@v3
9595

9696
- name: Set up Python
97-
uses: actions/setup-python@v2
97+
uses: actions/setup-python@v4
9898
with:
9999
python-version: 3.9
100100

@@ -113,10 +113,10 @@ jobs:
113113
runs-on: ubuntu-latest
114114
steps:
115115
- name: Check out the repository
116-
uses: actions/checkout@v2
116+
uses: actions/checkout@v3
117117

118118
- name: Set up Python
119-
uses: actions/setup-python@v2
119+
uses: actions/setup-python@v4
120120
with:
121121
python-version: 3.9
122122

@@ -142,10 +142,10 @@ jobs:
142142
runs-on: ubuntu-latest
143143
steps:
144144
- name: Check out the repository
145-
uses: actions/checkout@v2
145+
uses: actions/checkout@v3
146146

147147
- name: Set up Python
148-
uses: actions/setup-python@v2
148+
uses: actions/setup-python@v4
149149
with:
150150
python-version: 3.9
151151

@@ -157,4 +157,4 @@ jobs:
157157
DATABRICKS_TEST_HTTP_PATH: ${{ secrets.DATABRICKS_TEST_HTTP_PATH }}
158158
DATABRICKS_TEST_TOKEN: ${{ secrets.DATABRICKS_TEST_TOKEN }}
159159
with:
160-
dbt_target: databricks
160+
dbt_target: databricks

0 commit comments

Comments
 (0)