Skip to content

Commit e8ff995

Browse files
committed
chore(deps): update github actions
1 parent 9933a4b commit e8ff995

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
clean: 'false'
8585
fetch-depth: '0'
8686
- name: NuGet Cache
87-
uses: actions/cache@v3
87+
uses: actions/cache@v4
8888
with:
8989
path: '${{ github.workspace }}/.nuget/packages'
9090
key: "${{ runner.os }}-nuget-${{ hashFiles('**/Directory.Packages.props') }}-${{ hashFiles('**/Directory.Packages.support.props') }}"

.github/workflows/dependabot-merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
contains(github.event.pull_request.labels.*.name, ':shipit: merge')
4141
|| contains(github.event.pull_request.labels.*.name, 'javascript')
4242
|| contains(github.event.pull_request.labels.*.name, 'github-actions')
43-
uses: alexwilson/enable-github-automerge-action@1.1.0
43+
uses: alexwilson/enable-github-automerge-action@2.0.0
4444
continue-on-error: true
4545
with:
4646
github-token: '${{ secrets.OMNISHARP_BOT_TOKEN }}'

.github/workflows/publish-nuget.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
GITHUB_CONTEXT: ${{ toJson(github) }}
2020
run: echo "$GITHUB_CONTEXT"
2121

22-
- uses: nuget/setup-nuget@v1
22+
- uses: nuget/setup-nuget@v2
2323
with:
2424
nuget-version: '5.x'
2525

0 commit comments

Comments
 (0)