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
4 changes: 2 additions & 2 deletions .github/workflows/asdf-dependabot-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
outputs:
matrix-combinations: ${{ steps.setup-matrix-combinations.outputs.matrix-combinations }}
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/checkout@v5.0.0
- name: install asdf & tools
uses: asdf-vm/actions/[email protected]
- name: install asdf & tools
Expand All @@ -30,7 +30,7 @@ jobs:
strategy:
matrix: ${{ fromJson(needs.setup-asdf-matrix.outputs.matrix-combinations) }}
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/checkout@v5.0.0
- name: Update Tools
uses: "voxel51/aloha-github-workflows/.github/actions/asdf-dependabot-update/update@main"
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-dependabot-autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
autoupdate-pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/checkout@v5.0.0
- name: install asdf & tools
uses: asdf-vm/actions/[email protected]
- name: Autoupdate Pre-commit Hooks
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/checkout@v5.0.0
- name: Create python-version-file File
uses: "voxel51/aloha-github-workflows/.github/actions/generate-version-file@main"
id: generate-python-file
Expand Down
Loading