Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dependencies group across 1 directory with 7 updates #307

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: flatsurf/actions/asv@main
with: { packages: pixi }
- name: Update historic performance data
uses: EndBug/add-and-commit@v5
uses: EndBug/add-and-commit@v9
with:
author_name: asv bot
author_email: [email protected]
Expand All @@ -31,7 +31,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: ${{ github.event_name == 'push' }}
- uses: JamesIves/github-pages-deploy-action@v4.2.2
- uses: JamesIves/github-pages-deploy-action@v4.6.9
with:
branch: gh-pages
folder: .asv/html
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
# Do not run Jekyll to create GitHub Pages but take HTML files as they are.
touch doc/_build/html/.nojekyll
- name: provide documentation as artifact for netlify workflow
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: doc
path: doc/_build/html
- uses: JamesIves/github-pages-deploy-action@3.7.1
- uses: JamesIves/github-pages-deploy-action@v4.6.9
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
source installer/unix/version.sh
mv wsldl.exe installer/win/sage-flatsurf-$VERSION.exe
- name: Compile .iss to .exe installer
uses: Minionguyjpro/[email protected].2
uses: Minionguyjpro/[email protected].5
with:
path: installer/win/installer.iss
options: /O+
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# Once https://github.com/actions/download-artifact/issues/172 and/or https://github.com/actions/download-artifact/issues/60 is implemented, we can use the official download-artifact action
# For now use the solution from https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#using-data-from-the-triggering-workflow
- name: Download docs
uses: actions/github-script@v3.1.0
uses: actions/github-script@v7.0.1
with:
script: |
var artifacts = await github.actions.listWorkflowRunArtifacts({
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
Built with commit: ${{ steps.source-run-info.outputs.sourceHeadSha }}

- name: Update deployment status PR check
uses: myrotvorets/set-commit-status-action@1.1.6
uses: myrotvorets/set-commit-status-action@v2.0.1
if: ${{ always() }}
env:
DEPLOY_SUCCESS: Successfully deployed preview.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
environment: [ sagemath-97, sagemath-98, sagemath-100, sagemath-101, sagemath-102, sagemath-103, dev]
on: [ ubuntu-24.04, macos-13 ] # we do not test macos-14 yet since we don't have osx-arm64 in our pyproject.toml
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.28.2
Expand Down
Loading