Skip to content

Commit fa73014

Browse files
authored
Merge pull request #625 from NetSparkleUpdater/dependabot/github_actions/actions/checkout-4.2.1
2 parents 6525af8 + 80cad30 commit fa73014

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-nuget.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
os: [windows-latest, macos-latest, ubuntu-latest]
1515
steps:
16-
- uses: actions/[email protected].0
16+
- uses: actions/[email protected].1
1717
- uses: nuget/setup-nuget@v2
1818
with:
1919
nuget-api-key: ${{secrets.NUGET_API_KEY}}
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: windows-latest
5959
needs: test
6060
steps:
61-
- uses: actions/[email protected].0
61+
- uses: actions/[email protected].1
6262
- uses: nuget/setup-nuget@v2
6363
with:
6464
nuget-api-key: ${{secrets.NUGET_API_KEY}}
@@ -104,7 +104,7 @@ jobs:
104104
needs: build
105105
if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/avalonia-preview' || github.ref == 'refs/heads/versions/2.x'
106106
steps:
107-
- uses: actions/[email protected].0
107+
- uses: actions/[email protected].1
108108
- uses: nuget/setup-nuget@v2
109109
with:
110110
nuget-api-key: ${{secrets.NUGET_API_KEY}}

0 commit comments

Comments
 (0)