We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32ec0fb commit c531b4aCopy full SHA for c531b4a
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- name: Checkout your repository using git
22
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
23
- name: Setup .NET Core
24
uses: actions/setup-dotnet@v4
25
- uses: oven-sh/setup-bun@v2
.github/workflows/pr.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
18
0 commit comments