Skip to content
Merged
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
Empty file modified .github/workflows/README.md
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion .github/workflows/pr-close-signal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
mkdir -p ./pr
printf ${{ github.event.number }} > ./pr/NUM
- name: Upload Diff
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v4
with:
name: pr
path: ./pr
4 changes: 2 additions & 2 deletions .github/workflows/pr-comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ jobs:
permissions:
contents: write
steps:
- name: 'Checkout md outputs'
uses: actions/checkout@v5
- name: "Checkout md outputs"
uses: actions/checkout@v4
with:
ref: md-outputs
path: built
Expand Down
132 changes: 0 additions & 132 deletions .github/workflows/pr-receive.yaml

This file was deleted.

64 changes: 0 additions & 64 deletions .github/workflows/sandpaper-main.yaml

This file was deleted.

9 changes: 2 additions & 7 deletions .github/workflows/update-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,7 @@ jobs:
renv-needed: ${{ steps.renv-check.outputs.renv-needed }}
steps:
- name: "Checkout Lesson"
uses: actions/checkout@v5
- id: renv
run: |
if [[ -d renv ]]; then
echo "exists=true" >> $GITHUB_OUTPUT
fi
uses: actions/checkout@v4

- name: "Is renv required?"
id: renv-check
Expand All @@ -94,7 +89,7 @@ jobs:
RENV_PATHS_ROOT: ~/.local/share/renv/
steps:
- name: "Checkout Lesson"
uses: actions/checkout@v5
uses: actions/checkout@v4

- name: "Set up R"
uses: r-lib/actions/setup-r@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id-token: write
steps:
- name: "Checkout Repository"
uses: actions/checkout@v5
uses: actions/checkout@v4

- name: "Validate Current Org and Workflow"
id: validate-org-workflow
Expand Down