Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/chart-doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
name: helm-docs
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set up Helm
uses: azure/setup-helm@v4
uses: azure/setup-helm@v5

- name: install Just
uses: extractions/setup-just@v2
uses: extractions/setup-just@v4

- name: Install Quarto
uses: quarto-dev/quarto-actions/setup@v2
Expand All @@ -35,7 +35,7 @@ jobs:

- name: Notify Slack of chart documentation failure on main
if: github.ref == 'refs/heads/main' && failure()
uses: slackapi/slack-github-action@v1.27.0
uses: slackapi/slack-github-action@v3
with:
payload-delimiter: "_"
payload: |
Expand All @@ -60,16 +60,16 @@ jobs:
needs: document
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set up Helm
uses: azure/setup-helm@v4
uses: azure/setup-helm@v5

- name: Add rstudio helm repo
run: helm repo add rstudio https://helm.rstudio.com

- name: install Just
uses: extractions/setup-just@v2
uses: extractions/setup-just@v4

- name: Compute and update dependent files
run: |
Expand All @@ -83,7 +83,7 @@ jobs:

- name: Notify Slack of chart documentation (rbac) failure on main
if: github.ref == 'refs/heads/main' && failure()
uses: slackapi/slack-github-action@v1.27.0
uses: slackapi/slack-github-action@v3
with:
payload-delimiter: "_"
payload: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/chart-rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: 'gh-pages'
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v4
uses: azure/setup-helm@v5

- name: Add rstudio helm repo
run: helm repo add rstudio https://helm.rstudio.com
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v8
with:
commit-message: Rebuild index.yaml
title: Rebuild index.yaml
Expand All @@ -61,7 +61,7 @@ jobs:

- name: Notify Slack of index.yaml rebuild failure
if: failure()
uses: slackapi/slack-github-action@v1.27.0
uses: slackapi/slack-github-action@v3
with:
payload-delimiter: "_"
payload: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/chart-releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand All @@ -21,7 +21,7 @@ jobs:
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"

- name: Install Helm
uses: azure/setup-helm@v4
uses: azure/setup-helm@v5

- name: Add rstudio helm repo
run: helm repo add rstudio https://helm.rstudio.com
Expand All @@ -44,7 +44,7 @@ jobs:

- name: Notify Slack of chart release failure
if: failure()
uses: slackapi/slack-github-action@v1.27.0
uses: slackapi/slack-github-action@v3
with:
payload-delimiter: "_"
payload: |
Expand Down
28 changes: 14 additions & 14 deletions .github/workflows/chart-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v4
uses: azure/setup-helm@v5

- name: Add rstudio helm repo
run: helm repo add rstudio https://helm.rstudio.com

- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: "3.10"

Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Notify Slack of chart linting failure if on main
if: github.ref == 'refs/heads/main' && (steps.ct-lint.outcome == 'failure' || steps.ct-lint-all.outcome == 'failure')
uses: slackapi/slack-github-action@v1.27.0
uses: slackapi/slack-github-action@v3
with:
payload-delimiter: "_"
payload: |
Expand All @@ -77,12 +77,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v4
uses: azure/setup-helm@v5
with:
version: "v3.19.2"

Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:

- name: Notify Slack of chart unittest failure if on main
if: github.ref == 'refs/heads/main' && steps.unittest.outcome == 'failure'
uses: slackapi/slack-github-action@v1.27.0
uses: slackapi/slack-github-action@v3
with:
payload-delimiter: "_"
payload: |
Expand All @@ -141,17 +141,17 @@ jobs:
runs-on: ubuntu-latest-4x
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v4
uses: azure/setup-helm@v5

- name: Add rstudio helm repo
run: helm repo add rstudio https://helm.rstudio.com

- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: "3.10"

Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:

- name: Notify Slack of chart install failure if on main
if: github.ref == 'refs/heads/main' && (steps.ct-install.outcome == 'failure' || steps.ct-install-all.outcome == 'failure')
uses: slackapi/slack-github-action@v1.27.0
uses: slackapi/slack-github-action@v3
with:
payload-delimiter: "_"
payload: |
Expand All @@ -240,17 +240,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v4
uses: azure/setup-helm@v5

- name: Add rstudio helm repo
run: helm repo add rstudio https://helm.rstudio.com

- uses: extractions/setup-just@v2
- uses: extractions/setup-just@v4

- name: Run executable verification for default interpreters
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Generate token for GitHub App
id: generate-token
if: steps.project-url.outputs.project != 'none'
uses: actions/create-github-app-token@v2
uses: actions/create-github-app-token@v3
with:
app-id: 1064714
private-key: ${{ secrets.POSIT_PLATFORM_PROJECTS_PEM }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,24 @@ jobs:
aws-region: ${{ secrets.AWS_REGION }}

- name: Check out repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: install Just
uses: extractions/setup-just@v2
uses: extractions/setup-just@v4

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
with:
version: pre-release

- name: Render Quarto Project
uses: quarto-dev/quarto-actions/render@v2

- run: just push-docs

- name: Notify Slack of publishing chart documentation failure
if: failure()
uses: slackapi/slack-github-action@v1.27.0
uses: slackapi/slack-github-action@v3
with:
payload-delimiter: "_"
payload: |
Expand Down
Loading