Skip to content

Commit

Permalink
Merge pull request #760 from xamarin/mu-20230407-github-actions-updates
Browse files Browse the repository at this point in the history
github actions updates
  • Loading branch information
moljac committed Apr 7, 2023
2 parents 16fbe2f + 5c2c37f commit 8d8e6d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/new-releases-check.yml
Expand Up @@ -15,12 +15,12 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: main

- name: Setup .NET
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.x.x

Expand All @@ -39,7 +39,7 @@ jobs:
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v5
with:
commit-message: Weekly stable updates
branch-suffix: timestamp
Expand Down

0 comments on commit 8d8e6d1

Please sign in to comment.