Skip to content

Commit 1409ddc

Browse files
chore: sync files with stordco/common-config-elixir (#40)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2c4c8dc commit 1409ddc

File tree

7 files changed

+10
-13
lines changed

7 files changed

+10
-13
lines changed
File renamed without changes.
File renamed without changes.

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- id: changed
4848
name: Get Changed Files
49-
uses: tj-actions/changed-files@v42
49+
uses: tj-actions/changed-files@v43
5050
with:
5151
files_yaml: |
5252
database:

.github/workflows/common-config-elixir.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
persist-credentials: true
2828

2929
- name: Setup Node
30-
uses: actions/setup-node@v3
30+
uses: actions/setup-node@v4
3131
with:
3232
node-version: 18
3333

@@ -52,4 +52,3 @@ jobs:
5252
sync-auth: stord-engineering-account:${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
5353
sync-branch: latest
5454
sync-repository: github.com/stordco/common-config-elixir.git
55-

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
core.setFailed("Pull request title does not follow conventional commits");
3737
console.log(`
3838
Pull Request title "${title}" does not follow our [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) naming scheme.
39-
39+
4040
Please try renaming the PR to match one of these examples:
4141
4242
chore: a small insignificant change

.github/workflows/release.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,9 @@ jobs:
1818
steps:
1919
- id: release
2020
name: Release
21-
uses: google-github-actions/release-please-action@v3
21+
uses: google-github-actions/release-please-action@v4
2222
with:
23-
command: manifest
24-
config-file: .release-please-config.json
25-
default-branch: main
26-
manifest-file: .release-please-manifest.json
27-
release-type: elixir
23+
config-file: .github/release-please-config.json
24+
manifest-file: .github/release-please-manifest.json
25+
target-branch: main
2826
token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
29-

.github/workflows/staging.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
url: https://buffy.stord.engineering
2020

2121
permissions:
22+
actions: read
2223
contents: read
2324
id-token: write
2425
pages: write
@@ -44,10 +45,10 @@ jobs:
4445
run: echo "buffy.stord.engineering" > ./doc/CNAME
4546

4647
- name: Upload Artifacts
47-
uses: actions/upload-pages-artifact@v2
48+
uses: actions/upload-pages-artifact@v3
4849
with:
4950
path: ./doc
5051

5152
- name: Deploy
52-
uses: actions/deploy-pages@v2
53+
uses: actions/deploy-pages@v4
5354

0 commit comments

Comments
 (0)