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
6 changes: 3 additions & 3 deletions .github/workflows/i.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Setup .NET
id: setup-dotnet
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v5
with:
dotnet-version: ${{ inputs.dotnet-version }}

Expand All @@ -57,7 +57,7 @@ jobs:
echo '"""'
} >> "$GITHUB_ENV"

- uses: actions/cache@v4
- uses: actions/cache@v5
with:
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json', '**/dotnet-tools.json', '**/*.*proj') }}
path: |
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ on:
- master

jobs:
process:
handle:
permissions:
contents: write
uses: Arthri/release-request/.github/workflows/release-request.yml@v1
pull-requests: write
uses: Arthri/release-request/.github/workflows/i.yml@v2
17 changes: 0 additions & 17 deletions .github/workflows/reusable-workflow.yml

This file was deleted.

9 changes: 0 additions & 9 deletions .github/workflows/run-reusable-workflow.yml

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT No Attribution

Copyright 2023, 2024 Arthri
Copyright 2025, 2026 Arthri

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down