Skip to content

Commit

Permalink
Update GitHub Actions (major) (#42)
Browse files Browse the repository at this point in the history
* Update GitHub Actions

* update config

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: ds778z_wayfair <[email protected]>
  • Loading branch information
renovate[bot] and ds778z_wayfair authored Jun 17, 2024
1 parent 1a83386 commit b6e54e1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on: # Rebuild any PRs and main branch changes

jobs:
test-vsm:
runs-on: macos-13
runs-on: macos-14
steps:
- name: Prepare Xcode
uses: maxim-lobanov/setup-xcode@v1 # https://github.com/marketplace/actions/setup-xcode-version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: 🧼 lint renovate config # Validates changes to renovate.json config file
uses: suzuki-shunsuke/github-action-renovate-config-validator@v0.1.3
uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.0.1
with:
config_file_path: 'renovate.json'
8 changes: 4 additions & 4 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: macos-13
runs-on: macos-14
steps:

- name: Prepare Xcode
Expand All @@ -43,13 +43,13 @@ jobs:
run: ./Scripts/generate-docs.sh

- name: Setup Pages
uses: actions/configure-pages@v4
uses: actions/configure-pages@v5

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: './docs' # This path is coordinated with /generate-docs.sh

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
pull-requests: write
steps:
- name: 📆 mark stale PRs # Automatically marks inactive PRs as stale
uses: actions/stale@v8
uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 60
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"renovate/{{depName}}"
],
"extends": [
"config:base",
"config:recommended",
":dependencyDashboard",
":rebaseStalePrs",
"schedule:earlyMondays"
Expand Down

0 comments on commit b6e54e1

Please sign in to comment.